Skip to content

Commit

Permalink
update the flash class
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiedeziel committed Sep 14, 2017
1 parent 3721547 commit eac700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/authentication_spec.rb
Expand Up @@ -50,7 +50,7 @@
sign_in(admin)

expect(current_path).to eq(admin_root_path)
expect(page).to have_css(".flash--notice", text: "success")
expect(page).to have_css(".flash-notice", text: "success")
end
end

Expand Down

0 comments on commit eac700b

Please sign in to comment.