Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Factory Girl
factory :user do
first_name "John"
last_name "Doe"
admin false
end
user = build(:user)
user = create(:user)
attrs = attributes_for(:user)
Framework modification