test/test_helper.rb in nephophobia-0.0.1 vs test/test_helper.rb in nephophobia-0.0.2
- old
+ new
@@ -17,12 +17,11 @@
ADMIN_CLIENT = Nephophobia::Client.new(
:host => "10.1.170.32",
:access_key => "1d7a687b-0065-44d6-9611-5bf6c6c72424",
:secret_key => "fd3053fd-25c2-48f8-b893-9f22661ec63c",
- :project => "production",
- :path => "/services/Admin/"
+ :project => "production"
)
def cassette_for cassette
c = VCR::Cassette.new(cassette).send :recorded_interactions
@@ -42,6 +41,7 @@
def now
Time.utc 1999, 12, 31, 19, 59, 59
end
end
end
+
MiniTest::Unit.autorun