spec/bobot/event/optin_spec.rb in bobot-3.7.3 vs spec/bobot/event/optin_spec.rb in bobot-3.7.6
- old
+ new
@@ -14,10 +14,10 @@
'ref' => 'PASS_THROUGH_PARAM'
}
}
end
- subject { Bobot::Event::Optin.new(payload) }
+ subject { described_class.new(payload) }
describe '.messaging' do
it 'returns the original payload' do
expect(subject.messaging).to eq(payload)
end