spec/cli_spec.rb in vimgolf-0.1.1 vs spec/cli_spec.rb in vimgolf-0.1.2
- old
+ new
@@ -28,10 +28,10 @@
it "should raise error on invalid challenge" do
lambda { c.download('invalidID') }.should raise_error
end
it "should return type of challenge on success" do
- c.download('4d1a1c36567bac34a9000002').should == "rb"
+ c.download('4d1a21e88ae121365c00000e').should == "rb"
end
it "should raise error on invalid upload id" do
lambda { c.upload('invalidID') }.should raise_error
end
\ No newline at end of file