lib/rimless/tasks/templates/custom_consumer_spec.rb in rimless-1.5.1 vs lib/rimless/tasks/templates/custom_consumer_spec.rb in rimless-1.6.0
- old
+ new
@@ -14,9 +14,9 @@
let(:payload) do
{ event: 'custom_event', property1: 'test', property2: nil }
end
it 'returns the payload properties' do
- expect(action).to be_eql(['test', nil])
+ expect(action).to eql(['test', nil])
end
end
end