./Rakefile in exact4r-1.0 vs ./Rakefile in exact4r-1.1

- old
+ new

@@ -25,10 +25,10 @@ end desc 'Run all tests against Chase processor and Production web service. Use LOCATION to specify web service URL.' task :chase do ENV['PROCESSOR'] = 'chase' - ENV['LOCATION'] = 'PROD' + ENV['LOCATION'] = 'PROD' if ENV['LOCATION'].nil? begin Rake::Task[:'test:processor'].execute rescue # don't care, just run it again. can examine output later end