spec/momm/momm_spec.rb in momm-1.0.1 vs spec/momm/momm_spec.rb in momm-2.0.1
- old
+ new
@@ -8,17 +8,9 @@
it "should respond to exchange" do
expect(Momm).to respond_to :exchange
end
- it "should respond to exchange_from_gbp_to_usd" do
- expect(Momm).to respond_to :exchange_from_gbp_to_usd
- end
-
- it "should respond to exchange_rate_from_gbp_to_usd" do
- expect(Momm).to respond_to :exchange_rate_from_gbp_to_usd
- end
-
it "should respond to update!" do
expect(Momm).to respond_to :update!
end
end