summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-02-07 11:52:30 +0100
committerAzul <azul@leap.se>2014-02-07 11:52:30 +0100
commit58a36ae079f9103f2aa18da48d5ea2a18aae938c (patch)
tree27b3bdc80bdf3fc6569ac2043d0052a2c7abae73
parentf13cfd635f9d0d089da10c1a2c9f4af5ff87cda8 (diff)
stop taking screenshot - will happen no failure autmatically now
-rw-r--r--billing/test/integration/subscription_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/billing/test/integration/subscription_test.rb b/billing/test/integration/subscription_test.rb
index 9d150e0..1473eb0 100644
--- a/billing/test/integration/subscription_test.rb
+++ b/billing/test/integration/subscription_test.rb
@@ -28,7 +28,6 @@ class SubscriptionTest < BrowserIntegrationTest
@customer.stubs(:subscriptions).returns([@subscription])
@subscription.stubs(:balance).returns 0
visit user_subscriptions_path(@customer.user_id, :locale => nil)
- page.save_screenshot('/tmp/subscriptions.png')
assert page.has_content?("Subscriptions")
assert page.has_content?("Status: Active")
end