spec/live/app_spec.rb in zendesk_api-1.3.7 vs spec/live/app_spec.rb in zendesk_api-1.3.8
- old
+ new
@@ -20,9 +20,10 @@
VCR.use_cassette("app_save") { app.save! }
app.author_name.should == "Mr. Sprinkles"
+ VCR.use_cassette("app_find") { client.apps.find!(:id => app.id) }
VCR.use_cassette("app_destroy") { app.destroy! }
end
it "should be able to handle the simplest creation api call" do
VCR.use_cassette("app_simple_create") do