fixed another video spec. now URL always comes with //

Esse commit está contido em:
Diogo Biazus
2014-06-05 13:17:35 -04:00
commit 332850f798
@@ -24,7 +24,7 @@ describe Project::VideoHandler do
end
it "should store the new embed url" do
project.video_embed_url.should == 'player.vimeo.com/video/49584778'
project.video_embed_url.should == '//player.vimeo.com/video/49584778'
end
end
end