test/support/helpers.rb in bootstrap-sass-rails-rtl-2.0.4.12 vs test/support/helpers.rb in bootstrap-sass-rails-rtl-2.2.2.0

- old
+ new

@@ -1,14 +1,10 @@ module Bootstrap module Sass module Rails class Spec < MiniTest::Spec - before do - reset_caches - end - private def dummy_app Dummy::Application end @@ -23,13 +19,9 @@ def dummy_asset(name) dummy_assets[name].to_s.strip end - def reset_caches - dummy_assets.version = SecureRandom.hex(32) - dummy_assets.cache.clear - end end end end end