Refactor: merge assertions in tests
This commit is contained in:
@@ -36,9 +36,6 @@ class IssueFilteringTest < ActionController::IntegrationTest
|
||||
assert_select "td", :text => /None/ do
|
||||
assert_select "span.count", "(1)"
|
||||
end
|
||||
end
|
||||
|
||||
assert_select "tr.group" do
|
||||
assert_select "td", :text => Regexp.new(@deliverable.title) do
|
||||
assert_select "span.count", "(1)"
|
||||
end
|
||||
@@ -64,9 +61,6 @@ class IssueFilteringTest < ActionController::IntegrationTest
|
||||
assert_select "td", :text => /None/ do
|
||||
assert_select "span.count", "(1)"
|
||||
end
|
||||
end
|
||||
|
||||
assert_select "tr.group" do
|
||||
assert_select "td", :text => Regexp.new(@contract.name) do
|
||||
assert_select "span.count", "()"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user