initial commit
This commit is contained in:
10
test/gem_rake_bundler/Rakefile
Normal file
10
test/gem_rake_bundler/Rakefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#require "bundler/gem_tasks"
|
||||
require "rspec/core/rake_task"
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
|
||||
task :default => :spec
|
||||
|
||||
task :init do
|
||||
sh "bundle install --path vendor/bundle"
|
||||
end
|
||||
Reference in New Issue
Block a user