lib/pah/files/spec/support/matchers.rb in pah-0.0.15 vs lib/pah/files/spec/support/matchers.rb in pah-0.0.16
- old
+ new
@@ -1,5 +1,5 @@
RSpec::Matchers.define :be_bad_request do
match do |response|
response.code.to_s =~ /^4/
end
-end
\ No newline at end of file
+end