Skip to content

Commit

Permalink
Re-add the spec rake task to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Jun 27, 2018
1 parent 9c4c722 commit ca10df0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ require 'bundler/gem_tasks'
#require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.exclude_pattern = "spec/acceptance/**/*.rb"
end

# Add our own tasks
require 'puppet-strings/tasks'

Expand Down

0 comments on commit ca10df0

Please sign in to comment.