spec/cistern_spec.rb in cistern-0.2.0 vs spec/cistern_spec.rb in cistern-0.2.1

- old
+ new

@@ -55,10 +55,10 @@ ] >} end it "should use awesome_print" do Cistern.formatter = Cistern::Formatter::AwesomePrint - Inspectors.new.all.inspect.should match(/^\[.*\]$/m) # close enough + Inspectors.new.all.inspect.should match(/Inspectors\s+\[.*\]$/m) # close enough end it "should use formatador" end end