spec/arborist/client_spec.rb in arborist-0.5.0 vs spec/arborist/client_spec.rb in arborist-0.6.0
- old
+ new
@@ -388,10 +388,10 @@
it "acking raises an appropriate error when it's missing arguments" do
expect {
client.acknowledge( identifier: 'sidonie', message: "I'm on it." )
- }.to raise_error( ArgumentError, /missing keyword: sender/ )
+ }.to raise_error( ArgumentError, /missing keyword: :?sender/ )
end
end
end