Skip to content

Commit

Permalink
dev-support: update relish task
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Dec 18, 2010
1 parent da1c0cb commit 86c6bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -105,10 +105,10 @@ namespace :clobber do
end
end

desc "Push cukes to relishapp using the relish-client-gem"
desc "Push docs/cukes to relishapp using the relish-client-gem"
task :relish, :version do |t, args|
raise "rake relish[VERSION]" unless args[:version]
sh "relish push --organization rspec --project rspec-rails -v #{args[:version]}"
sh "relish push rspec/rspec-rails:#{args[:version]}"
end

task :default => [:spec, "clobber:app", "generate:app", "generate:stuff", :smoke, :cucumber]
Expand Down

0 comments on commit 86c6bc0

Please sign in to comment.