Skip to content

Instantly share code, notes, and snippets.

@awead
Created February 11, 2014 16:55
Show Gist options
  • Save awead/8938978 to your computer and use it in GitHub Desktop.
Save awead/8938978 to your computer and use it in GitHub Desktop.
add to spec/lib/integration_spec.rb
it "should return a url for a datastream" do
obj = @repository.find_or_initialize('test:1')
@repository.datastream_url('test:1', 'Test').should == 'objects/test%3A1/datastreams/Test'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment