| 
														
															@@ -28,7 +28,7 @@ class CliTest < Test::Unit::TestCase 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   test "add with blank domain" do 
														 | 
														
														 | 
														
															   test "add with blank domain" do 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     standard_add_shop_prompts 
														 | 
														
														 | 
														
															     standard_add_shop_prompts 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     $stdin.expects(:gets).times(4).returns("", "key", "pass", "y") 
														 | 
														
														 | 
														
															     $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.expects(:puts).with("Default connection is foo") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @cli.add('foo') 
														 | 
														
														 | 
														
															     @cli.add('foo') 
														 |