spec/itunes_spec.rb in itunes-receipt-1.0.0 vs spec/itunes_spec.rb in itunes-receipt-1.1.0

- old
+ new

@@ -7,15 +7,15 @@ Itunes.shared_secret = nil end context 'sandbox' do it 'should be production by default' do - Itunes.sandbox?.should be_false + Itunes.sandbox?.should == false end it 'should be settable' do Itunes.sandbox! - Itunes.sandbox?.should be_true + Itunes.sandbox?.should == true end end context 'shared_secret' do it 'should allow setting' do