Explorar o código

Fixed test again

ShayneP %!s(int64=10) %!d(string=hai) anos
pai
achega
5ce0270f8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/cli_test.rb

+ 1 - 1
test/cli_test.rb

@@ -28,7 +28,7 @@ class CliTest < Test::Unit::TestCase
   test "add with blank domain" do
     standard_add_shop_prompts
     $stdin.expects(:gets).times(4).returns("", "key", "pass", "y")
-    @cli.expects(:puts).with("\nopen https://bar.myshopify.com/admin/apps/private in your browser to create a private app and get API credentials\n")
+    @cli.expects(:puts).with("\nopen https://foo.myshopify.com/admin/apps/private in your browser to create a private app and get API credentials\n")
     @cli.expects(:puts).with("Default connection is foo")
 
     @cli.add('foo')