responses_test.rb revision 7097237ffbd7227b30272b307b6e48c78b22ecb1
require 'test_helper'
context 'creating a oops request' do
setup do
name: 'Must be present',
text: '',
iri: 'http://sweet.jpl.nasa.gov/1.1/sunrealm.owl#SunRealm'
# delete this line if you want tests running after this to fail
# (mocha 0.13.3)
end
should 'have created a request with responses' do
end
should 'affected entity with should be connected with response' do
end
end
end