spec/api/account_platform_spec.rb in yotpo-0.0.10 vs spec/api/account_platform_spec.rb in yotpo-0.1.0
- old
+ new
@@ -16,10 +16,10 @@
@response = Yotpo.create_account_platform(create_account_platform_request)
end
end
subject { @response.body.account_platform }
- it { should be_a ::Hashie::Rash }
+ it { should be_a ::Hashie::Mash }
it { should respond_to :id }
it { should respond_to :shop_token }
it { should respond_to :shop_domain }
it { should respond_to :plan_name }
it { should respond_to :platform_type }