summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@opscode.com>2014-01-11 00:33:20 -0800
committeradamedx <adamed@opscode.com>2014-01-13 12:32:40 -0800
commit23cc217e2f239bf1867f30cb8df4aca6a57ca527 (patch)
tree842f39db9c5c000a666154ece735c52aa8cf614a
parentcfd8410a12c68498af39de4e8551263e97dce18e (diff)
downloadchef-23cc217e2f239bf1867f30cb8df4aca6a57ca527.tar.gz
Move shared examples invocation into windows-scoped block
-rw-r--r--spec/functional/resource/group_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/group_spec.rb b/spec/functional/resource/group_spec.rb
index ae0ca2542e..3c2c1a86ba 100644
--- a/spec/functional/resource/group_spec.rb
+++ b/spec/functional/resource/group_spec.rb
@@ -352,9 +352,9 @@ downthestreetalwayshadagoodsmileonhisfacetheoldmanwalkingdownthestreeQQQQQQ" }
include_examples "correct group management"
end
- end
- it_behaves_like "an expected invalid domain error case"
+ it_behaves_like "an expected invalid domain error case"
+ end
end
describe "group manage action", :not_supported_on_solaris do