shared/flavor/flay/files/default/Rakefile in chef-flavor-flay-0.1.2 vs shared/flavor/flay/files/default/Rakefile in chef-flavor-flay-0.2.0
- old
+ new
@@ -1,13 +1,6 @@
require "bundler/setup"
require "chef"
-require "rspec/core/rake_task"
-require "rubocop/rake_task"
-
-RuboCop::RakeTask.new(:rubocop)
-RSpec::Core::RakeTask.new(:spec)
-
-task default: [:rubocop, :spec]
SECRET_FILE = "./test/integration/encrypted_data_bag_secret".freeze
INPUT_PATH_FORMAT = "./test/integration/data_bags/%s/%s.plaintext.json".freeze
OUTPUT_PATH_FORMAT = "./test/integration/data_bags/%s/%s.json".freeze