rails_generators/culerity/templates/lib/tasks/culerity.rake in culerity-0.2.7 vs rails_generators/culerity/templates/lib/tasks/culerity.rake in culerity-0.2.8

- old
+ new

@@ -1,10 +1,10 @@ namespace 'culerity' do namespace 'rails' do desc "Starts a rails server for cucumber/culerity tests" task :start do port = ENV['PORT'] || 3001 - environment = ENV["RAILS_ENV"] || 'culerity_development' + environment = ENV["RAILS_ENV"] || 'culerity' pid_file = RAILS_ROOT + "/tmp/culerity_rails_server.pid" if File.exists?(pid_file) puts "culerity rails server already running; if not, delete tmp/culerity_rails_server.pid and try again" exit 1 end