spec/blather_spec.rb in blather-1.2.0 vs spec/blather_spec.rb in blather-2.0.0
- old
+ new
@@ -2,10 +2,10 @@
describe Blather do
describe "while accessing to Logger object" do
it "should return a Logger instance" do
- Blather.logger.should be_instance_of Logger
+ expect(Blather.logger).to be_instance_of Logger
end
end
describe "while using the log method" do
after do