Skip to content

Commit

Permalink
Specs: fix count error, there are only three umn fixtures now
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 31, 2019
1 parent 74b8e89 commit ba84d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/search_results_map_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
visit root_path
click_link 'Minnesota, United States'
results = page.all(:css, 'article.document')
expect(results.count).to equal(4)
expect(results.count).to equal(3)
end
scenario 'view is scoped to Minnesota' do
visit root_path
Expand Down

0 comments on commit ba84d46

Please sign in to comment.