Skip to content

Commit a834587

Browse files
committed
Fix spec to not count the number of sponsors
1 parent 03a3b2d commit a834587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/top_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
describe "GET /" do
55
scenario "Sponser links should be exist" do
66
visit "/"
7-
expect(page).to have_css 'section.sponsors_logo a[href]', count: 7
7+
expect(page).to have_css 'section.sponsors_logo a[href]'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)