require 'spec_helper'
context 'should return valid json on correct request' do
before do
end
it { should respond_with :success }
end
end
end
end
before do
end
it { should respond_with 415 }
end
end
end
end