spec/ey/whoami_spec.rb in engineyard-1.4.13 vs spec/ey/whoami_spec.rb in engineyard-1.4.14
- old
+ new
@@ -8,11 +8,11 @@
api_scenario "empty"
end
it "outputs the currently logged in user" do
ey %w[whoami]
- @out.should include("User (test@test.test)")
+ @out.should include("User Name (test@test.test)")
end
end
context "not logged in" do
given "integration without an eyrc file"
@@ -29,9 +29,9 @@
@out.should include("We need to fetch your API token; please log in.")
@out.should include("Email:")
@out.should include("Password:")
- @out.should include("User (test@test.test)")
+ @out.should include("User Name (test@test.test)")
end
end
end