Browse Source

Testing tests 7

development
Godwin 10 years ago
parent
commit
53d26c62a8
  1. 2
      Gemfile
  2. 6
      Gemfile.lock

2
Gemfile

@ -67,7 +67,7 @@ gem 'paper_trail'
group :development, :test do
gem 'thin'
#gem 'thin'
gem 'debugger'
gem 'delorean'
gem 'factory_girl_rails'

6
Gemfile.lock

@ -91,7 +91,6 @@ GEM
thor
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.1.9)
database_cleaner (1.2.0)
debug_inspector (0.0.2)
debugger (1.6.5)
@ -273,10 +272,6 @@ GEM
subexec (0.2.3)
term-ansicolor (1.3.0)
tins (~> 1.0)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.18.1)
thread_safe (0.1.3)
atomic
@ -352,7 +347,6 @@ DEPENDENCIES
selenium-webdriver
simplecov
sorcery (>= 0.8.1)
thin
turbolinks
uglifier (>= 1.3.0)
webmock

Loading…
Cancel
Save