spec/plugin/delegate_spec.rb in roda-2.2.0 vs spec/plugin/delegate_spec.rb in roda-2.3.0
- old
+ new
@@ -15,9 +15,9 @@
headers['Content-Type'] = a
end
end
end
- header('Content-Type').should == 'foo'
- status('/foo').should == 404
+ header('Content-Type').must_equal 'foo'
+ status('/foo').must_equal 404
end
end