Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Dec 22, 2015
1 parent 6b57821 commit df224e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/view_category_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

visit '/'
page.find('a', text: "category").click
expect(page).to have_content 'Categories'
expect(page).to have_content '[category]'
end
end

Expand Down

0 comments on commit df224e2

Please sign in to comment.