test/integration_test.rb in progressrus-0.1.8 vs test/integration_test.rb in progressrus-1.0.0

- old
+ new

@@ -4,10 +4,10 @@ def setup @progress = Progressrus.new(scope: "walrus", total: 20) end def teardown - Progressrus.stores.first.flush(@progress.scope) + Progressrus.stores[:redis].flush(@progress.scope) end def test_create_tick_and_see_status_in_redis @progress.tick