spec/cfoundry/v1/client_spec.rb in cfoundry-0.5.3.rc6 vs spec/cfoundry/v1/client_spec.rb in cfoundry-0.5.3.rc7
- old
+ new
@@ -7,11 +7,13 @@
its(:version) { should eq 1 }
end
describe "#login" do
include_examples "client login"
+ include_examples "client login without UAA"
end
describe "#login_prompts" do
include_examples "client login prompts"
+ include_examples "client login prompts without UAA"
end
-end
\ No newline at end of file
+end