spec/cfoundry/v1/client_spec.rb in cfoundry-0.5.3.rc7 vs spec/cfoundry/v1/client_spec.rb in cfoundry-0.6.0.rc1
- old
+ new
@@ -7,13 +7,11 @@
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
+end
\ No newline at end of file