Skip to content

Commit

Permalink
Fix relish task
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 22, 2010
1 parent 72bcd12 commit 450747a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ task :default => [:spec, :cucumber]
desc "Push cukes to relishapp using the relish-client-gem"
task :relish do
require 'vcr/version'
sh "relish versions:add myronmarston/vcr:#{VCR.version}"
sh "relish push vcr:#{VCR.version}"
end

Expand Down

0 comments on commit 450747a

Please sign in to comment.