* trying to fix tests
This commit is contained in:
parent
6906e4454a
commit
4e6ca425d9
|
|
@ -5,6 +5,7 @@ RESET_PASSWORD_URL = "/reset_token"
|
|||
describe User do
|
||||
|
||||
before do
|
||||
User.delete_all
|
||||
@user = User.new(first_name: "Example", last_name: "User", email: "user@example.com",
|
||||
password: "foobar", password_confirmation: "foobar", city: "Apex", state: "NC", country: "US", terms_of_service: true, musician: true)
|
||||
@user.musician_instruments << FactoryGirl.build(:musician_instrument, user: @user)
|
||||
|
|
|
|||
Loading…
Reference in New Issue