Updated rspec-rails and guard rspec

Updated this gem to fix nomethoderror old version of rspec use last_comment method which is deprecated in latest versions
This commit is contained in:
rahul 2017-07-14 01:56:49 +05:30
parent a6f9fdbb43
commit d4d1512c61
3 changed files with 56 additions and 51 deletions

View file

@ -201,7 +201,7 @@ gem 'selectize-rails'
# Use guard and spring for testing in development # Use guard and spring for testing in development
group :development do group :development do
# to launch specs when files are modified # to launch specs when files are modified
gem 'guard-rspec', '~> 4.2.8' gem 'guard-rspec'
gem 'spring-commands-rspec' gem 'spring-commands-rspec'
gem 'haml_lint', '~> 0.24.0' gem 'haml_lint', '~> 0.24.0'
# for static code analisys # for static code analisys
@ -220,7 +220,7 @@ end
group :test do group :test do
# as test framework # as test framework
gem 'rspec-rails' gem 'rspec-rails', '~> 3.5', '>= 3.5.2'
gem 'database_cleaner' gem 'database_cleaner'
gem 'capybara' gem 'capybara'
gem 'poltergeist' gem 'poltergeist'

View file

@ -109,11 +109,6 @@ GEM
activesupport (>= 3.2.0) activesupport (>= 3.2.0)
carrierwave carrierwave
fastimage fastimage
celluloid (0.15.2)
timers (~> 1.1.0)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
chart-js-rails (0.0.6) chart-js-rails (0.0.6)
railties (> 3.1) railties (> 3.1)
chronic (0.10.2) chronic (0.10.2)
@ -123,7 +118,7 @@ GEM
aws_cf_signer aws_cf_signer
rest-client rest-client
cocoon (1.2.6) cocoon (1.2.6)
coderay (1.1.0) coderay (1.1.1)
coffee-rails (4.1.1) coffee-rails (4.1.1)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x) railties (>= 4.0.0, < 5.1.x)
@ -165,7 +160,7 @@ GEM
warden (~> 1.2.3) warden (~> 1.2.3)
devise_ichain_authenticatable (0.3.1) devise_ichain_authenticatable (0.3.1)
devise (>= 2.2) devise (>= 2.2)
diff-lcs (1.2.5) diff-lcs (1.3)
docile (1.1.5) docile (1.1.5)
domain_name (0.5.20160310) domain_name (0.5.20160310)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
@ -186,10 +181,10 @@ GEM
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
fastimage (2.0.0) fastimage (2.0.0)
addressable (~> 2) addressable (~> 2)
ffi (1.9.3) ffi (1.9.18)
font-awesome-rails (4.1.0.0) font-awesome-rails (4.1.0.0)
railties (>= 3.2, < 5.0) railties (>= 3.2, < 5.0)
formatador (0.2.4) formatador (0.2.5)
formtastic (3.1.3) formtastic (3.1.3)
actionpack (>= 3.2.13) actionpack (>= 3.2.13)
formtastic-bootstrap (3.1.1) formtastic-bootstrap (3.1.1)
@ -198,15 +193,20 @@ GEM
globalid (0.4.0) globalid (0.4.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
gravtastic (3.2.6) gravtastic (3.2.6)
guard (2.6.0) guard (2.14.1)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (~> 2.7) listen (>= 2.7, < 4.0)
lumberjack (~> 1.0) lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12) pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1) thor (>= 0.18.1)
guard-rspec (4.2.8) guard-compat (1.2.1)
guard-rspec (4.7.3)
guard (~> 2.1) guard (~> 2.1)
rspec (>= 2.14, < 4.0) guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (4.0.5) haml (4.0.5)
tilt tilt
haml-rails (0.5.3) haml-rails (0.5.3)
@ -254,15 +254,14 @@ GEM
actionmailer (>= 3.2) actionmailer (>= 3.2)
letter_opener (~> 1.0) letter_opener (~> 1.0)
railties (>= 3.2) railties (>= 3.2)
listen (2.7.2) listen (3.1.5)
celluloid (>= 0.15.2) rb-fsevent (~> 0.9, >= 0.9.4)
celluloid-io (>= 0.15.0) rb-inotify (~> 0.9, >= 0.9.7)
rb-fsevent (>= 0.9.3) ruby_dep (~> 1.2)
rb-inotify (>= 0.9)
loggability (0.14.0) loggability (0.14.0)
loofah (2.0.3) loofah (2.0.3)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
lumberjack (1.0.5) lumberjack (1.0.12)
mail (2.6.6) mail (2.6.6)
mime-types (>= 1.16, < 4) mime-types (>= 1.16, < 4)
method_source (0.8.2) method_source (0.8.2)
@ -290,10 +289,13 @@ GEM
multi_xml (0.5.5) multi_xml (0.5.5)
multipart-post (2.0.0) multipart-post (2.0.0)
mysql2 (0.4.2) mysql2 (0.4.2)
nenv (0.3.0)
netrc (0.11.0) netrc (0.11.0)
nio4r (1.2.1)
nokogiri (1.8.0) nokogiri (1.8.0)
mini_portile2 (~> 2.2.0) mini_portile2 (~> 2.2.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (0.9.4) oauth2 (0.9.4)
faraday (>= 0.8, < 0.10) faraday (>= 0.8, < 0.10)
jwt (~> 1.0) jwt (~> 1.0)
@ -349,9 +351,9 @@ GEM
prawn_rails (0.0.11) prawn_rails (0.0.11)
prawn (>= 0.11.1) prawn (>= 0.11.1)
railties (>= 3.0.0) railties (>= 3.0.0)
pry (0.9.12.6) pry (0.10.4)
coderay (~> 1.0) coderay (~> 1.1.0)
method_source (~> 0.8) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
rack (1.6.8) rack (1.6.8)
rack-openid (1.3.1) rack-openid (1.3.1)
@ -411,9 +413,9 @@ GEM
rainbow (2.2.1) rainbow (2.2.1)
rake (12.0.0) rake (12.0.0)
rb-fsevent (0.9.4) rb-fsevent (0.10.2)
rb-inotify (0.9.4) rb-inotify (0.9.10)
ffi (>= 0.5.0) ffi (>= 0.5.0, < 2)
rdoc (5.1.0) rdoc (5.1.0)
rdoc-generator-fivefish (0.3.0) rdoc-generator-fivefish (0.3.0)
inversion (~> 1.0) inversion (~> 1.0)
@ -432,32 +434,33 @@ GEM
rolify (5.1.0) rolify (5.1.0)
rqrcode (0.10.1) rqrcode (0.10.1)
chunky_png (~> 1.0) chunky_png (~> 1.0)
rspec (3.0.0) rspec (3.6.0)
rspec-core (~> 3.0.0) rspec-core (~> 3.6.0)
rspec-expectations (~> 3.0.0) rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.0.0) rspec-mocks (~> 3.6.0)
rspec-activemodel-mocks (1.0.1) rspec-activemodel-mocks (1.0.1)
activemodel (>= 3.0) activemodel (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0) rspec-mocks (>= 2.99, < 4.0)
rspec-core (3.0.2) rspec-core (3.6.0)
rspec-support (~> 3.0.0) rspec-support (~> 3.6.0)
rspec-expectations (3.0.2) rspec-expectations (3.6.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0) rspec-support (~> 3.6.0)
rspec-mocks (3.0.2) rspec-mocks (3.6.0)
rspec-support (~> 3.0.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-rails (3.0.0) rspec-support (~> 3.6.0)
rspec-rails (3.6.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0) rspec-core (~> 3.6.0)
rspec-mocks (~> 3.0.0) rspec-expectations (~> 3.6.0)
rspec-support (~> 3.0.0) rspec-mocks (~> 3.6.0)
rspec-support (3.0.2) rspec-support (~> 3.6.0)
rubocop (0.49.1) rspec-support (3.6.0)
parallel (~> 1.10) rubocop (0.48.1)
parser (>= 2.3.3.1, < 3.0) parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 1.99.1, < 3.0)
@ -466,6 +469,7 @@ GEM
ruby-oembed (0.8.14) ruby-oembed (0.8.14)
ruby-openid (2.5.0) ruby-openid (2.5.0)
ruby-progressbar (1.8.1) ruby-progressbar (1.8.1)
ruby_dep (1.5.0)
rubyzip (1.2.1) rubyzip (1.2.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.2.19) sass (3.2.19)
@ -475,6 +479,7 @@ GEM
sprockets (~> 2.8, < 2.12) sprockets (~> 2.8, < 2.12)
sprockets-rails (~> 2.0) sprockets-rails (~> 2.0)
selectize-rails (0.12.4) selectize-rails (0.12.4)
shellany (0.0.1)
shoulda-matchers (2.8.0) shoulda-matchers (2.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
simplecov (0.11.2) simplecov (0.11.2)
@ -512,7 +517,6 @@ GEM
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (1.4.1) tilt (1.4.1)
timecop (0.7.1) timecop (0.7.1)
timers (1.1.0)
tins (1.6.0) tins (1.6.0)
transitions (0.1.12) transitions (0.1.12)
ttfunk (1.1.1) ttfunk (1.1.1)
@ -590,7 +594,7 @@ DEPENDENCIES
formtastic (~> 3.1.1) formtastic (~> 3.1.1)
formtastic-bootstrap formtastic-bootstrap
gravtastic gravtastic
guard-rspec (~> 4.2.8) guard-rspec
haml-rails haml-rails
haml_lint (~> 0.24.0) haml_lint (~> 0.24.0)
hoptoad_notifier (~> 2.3) hoptoad_notifier (~> 2.3)
@ -637,8 +641,9 @@ DEPENDENCIES
rolify rolify
rqrcode rqrcode
rspec-activemodel-mocks rspec-activemodel-mocks
rspec-rails
rubocop (~> 0.49.0) rspec-rails (~> 3.5, >= 3.5.2)
rubocop (~> 0.48.1)
ruby-oembed ruby-oembed
sass-rails (>= 4.0.2) sass-rails (>= 4.0.2)
selectize-rails selectize-rails

View file

@ -55,7 +55,7 @@ describe Admin::RolesController do
end end
describe 'POST #toggle' do describe 'POST #toggle' do
before:each do before :each do
sign_in admin sign_in admin
post :toggle_user, conference_id: conference.short_title, post :toggle_user, conference_id: conference.short_title,
user: { email: 'user1@osem.io' }, user: { email: 'user1@osem.io' },