spec/spec_helper.rb in osso-0.0.3 vs spec/spec_helper.rb in osso-0.0.3.1

- old
+ new

@@ -38,9 +38,13 @@ end def last_json_response JSON.parse(last_response.body, symbolize_names: true) end + + def spec_views + File.dirname(__FILE__) + '/support/views' + end end RSpec.configure do |config| config.include RSpecMixin config.include FactoryBot::Syntax::Methods