persevere 0.26.0 → 0.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/spec/persevere_spec.rb +5 -5
  2. metadata +1 -1
@@ -54,11 +54,11 @@ describe Persevere do
54
54
  JSON.parse(result.body).should == @mockObj
55
55
  end
56
56
 
57
- it 'should not allow posting with a bad object' do
58
- result = @p.create('/Class/', @corruptObj)
59
- result.code.should == "500"
60
- result.body.should == "\"Can not modify queries\""
61
- end
57
+ # it 'should not allow posting with a bad object' do
58
+ # result = @p.create('/Class/', @corruptObj)
59
+ # result.code.should == "500"
60
+ # result.body.should == "\"Can not modify queries\""
61
+ # end
62
62
 
63
63
  it 'should not allow posting to an existing object/id/path' do
64
64
  result = @p.create('/Class/', @blobObj)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: persevere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan R. Judson