spec/spec_helper.rb in ferver-1.2.1 vs spec/spec_helper.rb in ferver-1.3.0
- old
+ new
@@ -27,9 +27,10 @@
EMPTY_FILE_LIST = []
RSpec.configure do |config|
config.include Rack::Test::Methods
+ config.include RSpecHtmlMatchers
end
def app
@app ||= Ferver::App
end