Skip to content

Commit 61692b3

Browse files
committed
rename unit test to avoid name clash with integration test
1 parent 91b9897 commit 61692b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/issue_resource_items_test.rb renamed to test/unit/issue_resource_item_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require_relative '../test_helper'
22

33

4-
class IssueResourceItemsTest < ActiveSupport::TestCase
4+
class IssueResourceItemTest < ActiveSupport::TestCase
55
fixtures :projects,
66
:trackers,
77
:projects_trackers,

0 commit comments

Comments
 (0)