Skip to content

Instantly share code, notes, and snippets.

@bnd5k
Created August 19, 2013 19:38
Show Gist options
  • Save bnd5k/6273131 to your computer and use it in GitHub Desktop.
Save bnd5k/6273131 to your computer and use it in GitHub Desktop.
RSpec failure
1) Profile::LoadProfile loads a profile
Failure/Error: user = Factory.create_user!
TypeError:
can't convert nil into Array
# ./spec/factories.rb:323:in `create_user!'
# ./spec/profile/contexts/load_profile_spec.rb:6:in `block (2 levels) in <top (required)>'
@apneadiving
Copy link

what is there in ./spec/factories.rb:323 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment