./spec/animoto/manifests/directing_spec.rb in animoto-1.5.0 vs ./spec/animoto/manifests/directing_spec.rb in animoto-1.5.1

- old
+ new

@@ -18,14 +18,14 @@ it "should be able to specify the pacing with a :pacing parameter" do manifest(:pacing => 'fast').pacing.should == 'fast' end it "should default to 'original' style" do - manifest.style.should == Animoto::Styles::ORIGINAL + manifest.style.should == Animoto::Styles::ANIMOTO_ORIGINAL end it "should be able to specify the style with a :style parameter" do - manifest(:style => Animoto::Styles::VINTAGE).style.should == Animoto::Styles::VINTAGE + manifest(:style => Animoto::Styles::VINTAGE_VOYAGE).style.should == Animoto::Styles::VINTAGE_VOYAGE end it "should default to having the 'powered by animoto' postroll" do manifest.postroll.should == Animoto::Postroll::POWERED_BY_ANIMOTO end