spec/spec_helper.rb in effective_addresses-0.1 vs spec/spec_helper.rb in effective_addresses-1.0.0
- old
+ new
@@ -12,9 +12,10 @@
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f }
Carmen.i18n_backend.load_path << (Carmen.root_path.to_s + '/locale/en/world.yml')
Carmen.i18n_backend.load_path << (Carmen.root_path.to_s + '/locale/en/world/ca.yml')
Carmen.i18n_backend.load_path << (Carmen.root_path.to_s + '/locale/en/world/us.yml')
+Carmen.i18n_backend.load_path << (Carmen.root_path.to_s + '/locale/en/world/sg.yml')
RSpec.configure do |config|
config.fixture_path = "#{::Rails.root}/spec/fixtures"
Rails.logger.level = 4 # Output only minimal stuff to test.log