Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reinsch committed Jul 5, 2011
1 parent 5fe81b1 commit 8250a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/subscription_spec.rb
Expand Up @@ -240,7 +240,7 @@ def should_have_paid_activation_flow(sub_instance, first_sub, prev_sub_is_free =
it "should mark subscription as cancelled" do
@sub.reload.should be_canceled
@sub.canceled_at.should == Time.parse("2010-02-10 00:00 UTC")
@sub.cacnel_reason.should == "gwcacnel"
@sub.cancel_reason.should == "gwcancel"
@sub.transactions.last.status.should == "complete"
end
end
Expand Down

0 comments on commit 8250a07

Please sign in to comment.