Skip to content

Commit

Permalink
fix blog spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn-w committed Apr 5, 2024
1 parent 6d53a2a commit dbbe9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/blog_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
end

include_context "paginating blog posts", "/blog", 10, true
include_context "paginating blog posts", "/blog/tag/advisers", 3, false
include_context "paginating blog posts", "/blog/tag/advisers", 2, false

scenario "viewing a post" do
path = "grasp-every-opportunity"
Expand Down

0 comments on commit dbbe9fe

Please sign in to comment.