* trying to fix tests

This commit is contained in:
Seth Call 2015-01-05 20:26:36 -06:00
parent 6906e4454a
commit 4e6ca425d9
1 changed files with 1 additions and 0 deletions

View File

@ -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)