summaryrefslogtreecommitdiff
path: root/test/kitchen/Kitchenfile
diff options
context:
space:
mode:
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