Skip to content

Commit

Permalink
Add Stove for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 19, 2014
1 parent 15979e7 commit c4355ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source 'https://rubygems.org'

gem 'rake'
group :test, :development do
gem 'rake'
gem 'stove', '~> 1.1'
end

group :test do
gem 'berkshelf', '~> 3.0.0.beta'
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ task :integration do
end
end

require 'stove/rake_task'
Stove::RakeTask.new

# We cannot run Test Kitchen on Travis CI yet...
namespace :travis do
desc 'Run tests on Travis'
Expand Down

0 comments on commit c4355ab

Please sign in to comment.