Skip to content

Commit

Permalink
Add email: true so test isn't using stale email (#1343)
Browse files Browse the repository at this point in the history
**Why**: Tests fail otherwise
  • Loading branch information
el-mapache authored and Peter Karman committed Apr 11, 2017
1 parent 927afb9 commit c078dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/users/sign_up_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end
end

context 'user cancels on the enter password screen' do
context 'user cancels on the enter password screen', email: true do
it 'returns them to the home page' do
email = 'test@test.com'

Expand Down

0 comments on commit c078dde

Please sign in to comment.