spec/spec_helper.rb in flash_messenger-0.0.2 vs spec/spec_helper.rb in flash_messenger-0.1.0

- old
+ new

@@ -17,10 +17,10 @@ Dir[File.expand_path('../../spec/support/**/*.rb', __FILE__)].each { |f| require f } require 'i18n' I18n.load_path = Dir['config/locales/**/*.yml'] -I18n.default_locale = :'en-US' +I18n.default_locale = :en RSpec.configure do |config| # rspec-expectations config goes here. You can use an alternate # assertion/expectation library such as wrong or the stdlib/minitest # assertions if you prefer.