spec/punchblock/event/complete_spec.rb in punchblock-2.2.0 vs spec/punchblock/event/complete_spec.rb in punchblock-2.2.1

- old
+ new

@@ -148,7 +148,13 @@ end its(:details) { should be == 'Ooops' } end end + + describe Complete::Reason do + subject { Complete::Reason.new name: "Foo" } + + it { should be_a Punchblock::Event } + end end end # Punchblock