update rakefile
This commit is contained in:
parent
f93fc6e1d0
commit
39c964a968
8
Rakefile
8
Rakefile
|
@ -1,7 +1,15 @@
|
|||
include Rake::DSL if defined?(Rake::DSL)
|
||||
|
||||
require 'bundler'
|
||||
Bundler::GemHelper.install_tasks
|
||||
require 'rspec/core/rake_task'
|
||||
|
||||
desc 'Push everywhere!'
|
||||
task :push_everywhere do
|
||||
system %{git push origin master}
|
||||
system %{git push guard master}
|
||||
end
|
||||
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
|
||||
namespace :spec do
|
||||
|
|
Loading…
Reference in New Issue