Skip to content

Instantly share code, notes, and snippets.

@penso
Created March 26, 2015 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penso/a5b6b022d60db6f366ca to your computer and use it in GitHub Desktop.
Save penso/a5b6b022d60db6f366ca to your computer and use it in GitHub Desktop.
Rspec fail
1) Users::RegistrationsController should create a new user
Failure/Error: expect(assigns(:user).send(key)).to eq(key)
expected: :first_name
got: "cum"
(compared using ==)
Diff:
@@ -1,2 +1,2 @@
-:first_name
+"cum"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment