lib/i18n_screwdriver.rb in i18n_screwdriver-0.1.0 vs lib/i18n_screwdriver.rb in i18n_screwdriver-0.1.1

- old
+ new

@@ -10,13 +10,6 @@ translation_without_dot = translation.gsub(/\./, '').strip t("#{translation_without_dot}") end end end -end - -ActionController::Base.send :include, I18n::Screwdriver -ActionView::Helpers::TranslationHelper.send :include, I18n::Screwdriver -# make helper available in tests -ActionController::TestCase.send :include, I18n::Screwdriver -ActiveSupport::TestCase.send :include, I18n::Screwdriver -ActionController::IntegrationTest.send :include, I18n::Screwdriver +end \ No newline at end of file