Skip to content

Commit

Permalink
Fix failing option_type spec
Browse files Browse the repository at this point in the history
Conflicts:
	spec/features/admin/translations_spec.rb
  • Loading branch information
huoxito committed Mar 18, 2014
1 parent 2266b2c commit 5f95aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/admin/translations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
fill_in "Presentation", with: "Sizes"
click_button "Create"

expect(page).to have_content "Option Type \"Shirt Size\" has been successfully created"
expect(page).to have_content "OPTION VALUES"
page.should have_content "has been successfully created"
page.should have_content "OPTION VALUES"
end
end

Expand Down

0 comments on commit 5f95aa3

Please sign in to comment.