Skip to content

Commit

Permalink
Modify issues integration test names
Browse files Browse the repository at this point in the history
  • Loading branch information
sanak committed May 14, 2024
1 parent 8d491ab commit 76108d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/issues_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class IssuesTest < Redmine::IntegrationTest
@project.gtt_map_layers << @maplayer
end

test 'create an issue from global scope' do
test 'should create issue from global scope' do
log_user('jsmith', 'jsmith')

get '/issues/new'
Expand Down Expand Up @@ -74,7 +74,7 @@ class IssuesTest < Redmine::IntegrationTest
assert_equal geo['geometry'].to_json, issue.geom.to_json
end

test 'create an issue from project scope' do
test 'should create issue from project scope' do
log_user('jsmith', 'jsmith')

get '/projects/ecookbook/issues/new'
Expand Down

0 comments on commit 76108d4

Please sign in to comment.