spec/kissable/configuration_spec.rb in kissable-1.0.0a1 vs spec/kissable/configuration_spec.rb in kissable-1.0.1

- old
+ new

@@ -18,9 +18,9 @@ end end context "when Logger is written to" do it "doesn't have an error" do - expect(Kissable.configuration.logger.info("test")).to_not raise_error + expect { Kissable.configuration.logger.info("test") }.to_not raise_error end end end \ No newline at end of file