1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/Rakefile
2012-09-05 17:52:22 -07:00

11 lines
226 B
Ruby

require "bundler"
Bundler::GemHelper.install_tasks
task :default => :spec
desc "Run all awesome_print gem specs"
task :spec do
# Run plain rspec command without RSpec::Core::RakeTask overrides.
exec "rspec -c spec"
end