Allow run spec without RAILS_ENV=test

Remove unicorn
This commit is contained in:
Vladimir Sharshov 2011-11-25 19:16:04 +04:00
parent 796ff75857
commit 86e96fa529
2 changed files with 2 additions and 10 deletions

View File

@ -28,7 +28,6 @@ gem "grit"
gem 'whenever', :require => false
gem 'delayed_job'
gem 'whenever', :require => false
gem 'unicorn'
# XML-RPC support
# gem 'actionwebservice' #, :git => 'git://github.com/ywen/actionwebservice.git'
@ -64,11 +63,11 @@ end
group :development, :test do
gem 'mysql2', '<= 0.2.9'
gem 'rspec-rails', '~> 2.7.0'
gem 'factory_girl_rails', '~> 1.3.0'
end
group :test do
gem 'rspec-rails', '~> 2.7.0'
gem 'factory_girl_rails', '~> 1.3.0'
# gem 'spork', '>= 0.9.0.rc9'
# gem 'guard-spork', '~> 0.3.1'
# gem 'guard-rspec', '~> 0.5.0'

View File

@ -111,7 +111,6 @@ GEM
jammit (0.6.3)
yui-compressor (>= 0.9.3)
json (1.6.1)
kgio (2.6.0)
linecache (0.46)
rbx-require-relative (> 0.0.4)
log4r (1.1.9)
@ -210,7 +209,6 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
raindrops (0.8.0)
rake (0.9.2.2)
rbx-require-relative (0.0.5)
rdoc (3.11)
@ -252,10 +250,6 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
unicorn (4.1.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)
uuid (2.3.4)
macaddr (~> 1.0)
warden (1.0.6)
@ -301,7 +295,6 @@ DEPENDENCIES
ruby_parser
russian
silent-postgres (~> 0.1.1)
unicorn
web-app-theme
whenever
will_paginate (~> 3.0.2)