summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorNitz <nitz.raz@gmail.com>2015-02-15 11:48:58 +0200
committerNitz <nitz.raz@gmail.com>2015-02-15 12:03:04 +0200
commit0f0a1cc41dd7853878ec0a474330831f65b023cf (patch)
treeff9ffcf6b8d3dcca42f73eed5e79c7b4d25e3fe1 /spec
parentacfc87c4a38ff7c6fa8a33e53308010a74a0d5ce (diff)
downloadmixlib-shellout-0f0a1cc41dd7853878ec0a474330831f65b023cf.tar.gz
Added TODO for next major
Diffstat (limited to 'spec')
-rw-r--r--spec/mixlib/shellout_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/mixlib/shellout_spec.rb b/spec/mixlib/shellout_spec.rb
index 2569d1e..3fda419 100644
--- a/spec/mixlib/shellout_spec.rb
+++ b/spec/mixlib/shellout_spec.rb
@@ -63,6 +63,7 @@ describe Mixlib::ShellOut do
should eql(value)
end
+ # TODO add :unix_only
context 'with an integer value for user' do
let(:value) { 0 }
it "should use the user-supplied uid" do
@@ -70,6 +71,7 @@ describe Mixlib::ShellOut do
end
end
+ # TODO add :unix_only
context 'with string value for user' do
let(:value) { username }
@@ -127,6 +129,7 @@ describe Mixlib::ShellOut do
should eql(value)
end
+ # TODO add :unix_only
context 'with integer value for group' do
let(:value) { 0 }
it "should use the user-supplied gid" do