summaryrefslogtreecommitdiff
path: root/test/kitchen/Kitchenfile
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-11-04 11:38:07 -0800
committerdanielsdeleo <dan@opscode.com>2013-11-04 11:38:07 -0800
commit8bcfa82c0acd53134d3d76d2a6f450aada3186f0 (patch)
treef8f3f90b96ad7eb65fae5e164ae70bb58cf05e68 /test/kitchen/Kitchenfile
parent7f0b8087f3def589c23e459c3385dbc652490a11 (diff)
parented33d34fec6ed1bf2400500f4330a7fb4fb871cb (diff)
downloadmixlib-shellout-8bcfa82c0acd53134d3d76d2a6f450aada3186f0.tar.gz
Merge branch 'MIXLIB-16'
Diffstat (limited to 'test/kitchen/Kitchenfile')
-rw-r--r--test/kitchen/Kitchenfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/kitchen/Kitchenfile b/test/kitchen/Kitchenfile
deleted file mode 100644
index 60afd49..0000000
--- a/test/kitchen/Kitchenfile
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
-# Copyright:: Copyright (c) 2012, Opscode, Inc. (<legal@opscode.com>)
-#
-# License:: Apache License, Version 2.0
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-integration_test "mixlib-shellout" do
- language 'ruby'
- runtimes ['1.9.3']
- install 'bundle install --without kitchen'
- script 'bundle exec rspec spec'
- run_list_extras ['mixlib-shellout_test::default']
-end