./spec/animoto/resources/jobs/rendering_spec.rb in animoto-1.1.1 vs ./spec/animoto/resources/jobs/rendering_spec.rb in animoto-1.2.0
- old
+ new
@@ -1,9 +1,9 @@
require File.expand_path(File.dirname(__FILE__) + "/../../../spec_helper")
describe Animoto::Resources::Jobs::Rendering do
- it "should have endpoint /jobs/rendering" do
+ it "should have endpoint '/jobs/rendering'" do
Animoto::Resources::Jobs::Rendering.endpoint.should == '/jobs/rendering'
end
it "should have content type 'application/vnd.animoto.rendering_job'" do
Animoto::Resources::Jobs::Rendering.content_type.should == 'rendering_job'