spec/spec_helper.rb in better-mundipagg-0.2.4 vs spec/spec_helper.rb in better-mundipagg-0.2.5

- old
+ new

@@ -11,10 +11,11 @@ config.cassette_library_dir = "spec/fixtures/vcr_cassettes" config.hook_into :webmock config.configure_rspec_metadata! end -I18n.enforce_available_locales = true +I18n.default_locale = :en +I18n.load_path = Dir["spec/fixtures/*.yml"] RSpec.configure do |config| config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end