I hereby claim:
- I am benedictfischer09 on github.
- I am bfischer (https://keybase.io/bfischer) on keybase.
- I have a public key ASBPi2GCxc0WhERoc965y_feKURBQY6QODXdfsEFLbQGzgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
require "spec_helper" | |
require "signup" | |
describe Signup do | |
let(:account) { double('account') } | |
let(:user) { double('user') } | |
let(:signup) { Signup.new(email: "[email protected]", account_name: "Example") } | |
before(:each) do | |
allow(Account).to receive(:create!).and_return(account) |