This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert changes since 0.11.0, refs #14.
3e48a..9750f
- Loading branch information
Andrew Crump
committed
Feb 29, 2012
1 parent
66e6eea
commit 36bf9d7
Showing
11 changed files
with
57 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,5 @@ chef_dsl_metadata.json | |
coverage | ||
doc | ||
pkg | ||
*.swp | ||
tmp | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
require 'rubygems' | ||
require 'bundler' | ||
require 'rake/testtask' | ||
require 'cucumber' | ||
require 'cucumber/rake/task' | ||
require 'yard' | ||
task :default => ['chef_dsl_metadata.json', :install, :test, :features] | ||
task :default => ['chef_dsl_metadata.json', :install, :features] | ||
|
||
Bundler.setup | ||
Bundler::GemHelper.install_tasks | ||
|
||
Rake::TestTask.new do |t| | ||
t.pattern = 'spec/**/*_spec.rb' | ||
end | ||
|
||
Cucumber::Rake::Task.new(:features) do |t| | ||
t.cucumber_opts = ['-f', 'progress'] | ||
if ENV.has_key?('FC_FORK_PROCESS') and ENV['FC_FORK_PROCESS'] == true.to_s | ||
t.cucumber_opts += ['-t', '~@repl', 'features'] | ||
end | ||
t.cucumber_opts += ['-t', '~@repl', 'features'] if ENV.has_key?('FC_FORK_PROCESS') and ENV['FC_FORK_PROCESS'] == true.to_s | ||
end | ||
|
||
YARD::Rake::YardocTask.new |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.