Testing tests 8
This commit is contained in:
parent
973a2ba4d2
commit
b0c0e029fd
4
Gemfile
4
Gemfile
@ -72,8 +72,8 @@ group :development, :test do
|
|||||||
gem 'delorean'
|
gem 'delorean'
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
#gem 'faker'
|
#gem 'faker'
|
||||||
gem 'pry'
|
#gem 'pry'
|
||||||
gem 'pry-rails'
|
#gem 'pry-rails'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -164,7 +164,6 @@ GEM
|
|||||||
callsite
|
callsite
|
||||||
rack-contrib
|
rack-contrib
|
||||||
railties
|
railties
|
||||||
method_source (0.8.2)
|
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_magick (3.7.0)
|
mini_magick (3.7.0)
|
||||||
subexec (~> 0.2.1)
|
subexec (~> 0.2.1)
|
||||||
@ -187,13 +186,6 @@ GEM
|
|||||||
activesupport (>= 3.0, < 5.0)
|
activesupport (>= 3.0, < 5.0)
|
||||||
pg (0.17.1-x86-mingw32)
|
pg (0.17.1-x86-mingw32)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
pry (0.9.12.6-x86-mingw32)
|
|
||||||
coderay (~> 1.0)
|
|
||||||
method_source (~> 0.8)
|
|
||||||
slop (~> 3.4)
|
|
||||||
win32console (~> 1.3)
|
|
||||||
pry-rails (0.3.2)
|
|
||||||
pry (>= 0.9.10)
|
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-contrib (1.1.0)
|
rack-contrib (1.1.0)
|
||||||
rack (>= 0.9.1)
|
rack (>= 0.9.1)
|
||||||
@ -255,7 +247,6 @@ GEM
|
|||||||
multi_json
|
multi_json
|
||||||
simplecov-html (~> 0.8.0)
|
simplecov-html (~> 0.8.0)
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.8.0)
|
||||||
slop (3.4.7)
|
|
||||||
sorcery (0.8.5)
|
sorcery (0.8.5)
|
||||||
bcrypt-ruby (>= 3.0)
|
bcrypt-ruby (>= 3.0)
|
||||||
oauth (~> 0.4.4)
|
oauth (~> 0.4.4)
|
||||||
@ -291,7 +282,6 @@ GEM
|
|||||||
addressable (>= 2.2.7)
|
addressable (>= 2.2.7)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
websocket (1.0.7)
|
websocket (1.0.7)
|
||||||
win32console (1.3.2-x86-mingw32)
|
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
||||||
@ -335,8 +325,6 @@ DEPENDENCIES
|
|||||||
oauth2 (~> 0.8.0)
|
oauth2 (~> 0.8.0)
|
||||||
paper_trail
|
paper_trail
|
||||||
pg
|
pg
|
||||||
pry
|
|
||||||
pry-rails
|
|
||||||
rails (= 4.0.0)
|
rails (= 4.0.0)
|
||||||
rails_12factor
|
rails_12factor
|
||||||
redis
|
redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user