Skip to content

Commit

Permalink
add a little relish
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 10, 2010
1 parent 319f1bf commit 6839729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -14,6 +14,7 @@ gem "syntax"
gem "rspec-core", :path => "."
gem "rspec-expectations", :path => "../rspec-expectations"
gem "rspec-mocks", :path => "../rspec-mocks"
gem "relish"
unless RUBY_PLATFORM == "java"
gem "ruby-prof"
case RUBY_VERSION
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -60,9 +60,9 @@ else
end

desc "Push cukes to relishapp using the relish-client-gem"
task :relish, :path_to_relish, :version do |t, args|
raise "rake relish[PATH_TO_RELISH, VERSION]" unless args[:version] && args[:path_to_relish]
sh "ruby -rrubygems -S #{args[:path_to_relish]} --organization rspec --project rspec-core -v #{args[:version]} push"
task :relish, :version do |t, args|
raise "rake relish[VERSION]" unless args[:version]
sh "bundle exec relish --organization rspec --project rspec-core -v #{args[:version]} push"
end

Rake::RDocTask.new do |rdoc|
Expand Down

0 comments on commit 6839729

Please sign in to comment.