spec/cf/cli/space/create_spec.rb in cf-0.6.1.rc5 vs spec/cf/cli/space/create_spec.rb in cf-0.6.1.rc6
- old
+ new
@@ -61,10 +61,10 @@
context "when --target is NOT given" do
subject { cf %W[create-space #{new_space.name}] }
it "tells the user how they can switch to the new space" do
subject
- expect(output).to say("Space created! Use switch-space #{new_space.name} to target it.")
+ expect(output).to say("Space created! Use `cf switch-space #{new_space.name}` to target it.")
end
end
end
end