Skip to content

Commit

Permalink
Merge pull request #130 from Phil0xF7/add_beaker-rspec_tests
Browse files Browse the repository at this point in the history
add beaker-rspec support
  • Loading branch information
hunner committed Apr 2, 2014
2 parents 92743c4 + 1ebe52e commit c1f613c
Show file tree
Hide file tree
Showing 12 changed files with 687 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -10,6 +10,8 @@ group :development, :test do
gem 'serverspec', :require => false
gem 'puppet-lint', :require => false
gem 'pry', :require => false
gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
gem 'simplecov', :require => false
end

Expand Down

0 comments on commit c1f613c

Please sign in to comment.