specs/helpers.rb in app-store-emigrant-0.0.4 vs specs/helpers.rb in app-store-emigrant-0.0.5
- old
+ new
@@ -1,3 +1,6 @@
# Helper constant holding path to tests-folder
ROOT = File.dirname __FILE__
+
+# Clear the cache before running tests
+AppStore::Emigrant::Cache.clear!