spec/unit/translation_spec.rb in loaf-0.6.0 vs spec/unit/translation_spec.rb in loaf-0.6.1

- old
+ new

@@ -1,8 +1,6 @@ # encoding: utf-8 -require 'spec_helper' - RSpec.describe Loaf::Translation do before { I18n.backend = I18n::Backend::Simple.new } after { I18n.backend.reload! }