Browse Source

Update spec, remove turnip, to get tests working

denney-fix-saving-dates
Jason Denney 10 years ago
parent
commit
8c5ff986a2
  1. 1
      .rspec
  2. 3
      Gemfile
  3. 125
      Gemfile.lock
  4. 15
      config/initializers/devise.rb
  5. 3
      spec/spec_helper.rb

1
.rspec

@ -1,2 +1 @@
--colour --colour
-rturnip

3
Gemfile

@ -30,7 +30,7 @@ group :assets do
end end
group :development, :test do group :development, :test do
gem 'rspec-rails', '~> 2.8.1' gem 'rspec-rails', '~> 2.14.0'
gem 'factory_girl_rails', '~> 1.2' gem 'factory_girl_rails', '~> 1.2'
gem 'pry', '~> 0.9.8' gem 'pry', '~> 0.9.8'
gem 'faker' gem 'faker'
@ -39,7 +39,6 @@ end
group :test do group :test do
gem 'shoulda-matchers', '~> 1.0.0' gem 'shoulda-matchers', '~> 1.0.0'
gem 'capybara', '~> 1.1.2' gem 'capybara', '~> 1.1.2'
gem 'turnip', '~> 0.3.0'
gem 'database_cleaner' gem 'database_cleaner'
gem 'launchy' gem 'launchy'
gem 'spork' gem 'spork'

125
Gemfile.lock

@ -36,13 +36,13 @@ GEM
activesupport (3.2.13) activesupport (3.2.13)
i18n (= 0.6.1) i18n (= 0.6.1)
multi_json (~> 1.0) multi_json (~> 1.0)
addressable (2.3.3) addressable (2.3.5)
arel (3.0.2) arel (3.0.3)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.1.2)
bootstrap-will_paginate (0.0.9) bootstrap-will_paginate (0.0.10)
will_paginate will_paginate
builder (3.0.4) builder (3.0.4)
cancan (1.6.9) cancan (1.6.10)
capybara (1.1.4) capybara (1.1.4)
mime-types (>= 1.16) mime-types (>= 1.16)
nokogiri (>= 1.3.3) nokogiri (>= 1.3.3)
@ -50,28 +50,29 @@ GEM
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0) selenium-webdriver (~> 2.0)
xpath (~> 0.1.4) xpath (~> 0.1.4)
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.3.9) childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
coderay (1.0.9) coderay (1.1.0)
coffee-rails (3.2.2) coffee-rails (3.2.2)
coffee-script (>= 2.2.0) coffee-script (>= 2.2.0)
railties (~> 3.2.0) railties (~> 3.2.0)
coffee-script (2.2.0) coffee-script (2.2.0)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.6.2) coffee-script-source (1.6.3)
commonjs (0.2.6) commonjs (0.2.7)
database_cleaner (0.9.1) database_cleaner (1.2.0)
decent_exposure (1.0.2) decent_exposure (1.0.2)
devise (2.0.5) devise (2.0.6)
bcrypt-ruby (~> 3.0) bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3) orm_adapter (~> 0.0.3)
railties (~> 3.1) railties (~> 3.1)
warden (~> 1.1.1) warden (~> 1.1.1)
diff-lcs (1.1.3) diff-lcs (1.1.3)
erubis (2.7.0) erubis (2.7.0)
execjs (1.4.0) execjs (2.0.2)
multi_json (~> 1.0)
factory_girl (2.6.4) factory_girl (2.6.4)
activesupport (>= 2.3.9) activesupport (>= 2.3.9)
factory_girl_rails (1.7.0) factory_girl_rails (1.7.0)
@ -79,19 +80,17 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
faker (1.2.0) faker (1.2.0)
i18n (~> 0.5) i18n (~> 0.5)
ffi (1.6.0) ffi (1.9.3)
formatador (0.2.4) formatador (0.2.4)
gherkin (2.11.6) guard (2.2.5)
json (>= 1.7.6)
guard (1.7.0)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 0.6.0) listen (~> 2.1)
lumberjack (>= 1.0.2) lumberjack (~> 1.0)
pry (>= 0.9.10) pry (>= 0.9.12)
thor (>= 0.14.6) thor (>= 0.18.1)
guard-rspec (1.2.1) guard-rspec (1.2.1)
guard (>= 1.1) guard (>= 1.1)
guard-spork (1.5.0) guard-spork (1.5.1)
childprocess (>= 0.2.3) childprocess (>= 0.2.3)
guard (>= 1.1) guard (>= 1.1)
spork (>= 0.8.4) spork (>= 0.8.4)
@ -101,14 +100,14 @@ GEM
activesupport (>= 3.1, < 4.1) activesupport (>= 3.1, < 4.1)
haml (~> 3.1) haml (~> 3.1)
railties (>= 3.1, < 4.1) railties (>= 3.1, < 4.1)
hike (1.2.1) hike (1.2.3)
i18n (0.6.1) i18n (0.6.1)
journey (1.0.4) journey (1.0.4)
jquery-rails (2.2.1) jquery-rails (2.3.0)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.7.7) json (1.8.1)
launchy (2.2.0) launchy (2.4.2)
addressable (~> 2.3) addressable (~> 2.3)
less (2.2.2) less (2.2.2)
commonjs (~> 0.2.6) commonjs (~> 0.2.6)
@ -116,15 +115,18 @@ GEM
actionpack (>= 3.1) actionpack (>= 3.1)
less (~> 2.2.0) less (~> 2.2.0)
libv8 (3.3.10.4) libv8 (3.3.10.4)
listen (0.7.3) listen (2.4.0)
lumberjack (1.0.3) celluloid (>= 0.15.2)
mail (2.5.3) rb-fsevent (>= 0.9.3)
i18n (>= 0.4.0) rb-inotify (>= 0.9)
lumberjack (1.0.4)
mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
method_source (0.8.1) method_source (0.8.2)
mime-types (1.22) mime-types (1.25.1)
multi_json (1.8.2) mini_portile (0.5.2)
multi_json (1.8.4)
netzke-basepack (0.8.4) netzke-basepack (0.8.4)
netzke-core (~> 0.8.2) netzke-core (~> 0.8.2)
netzke-cancan (0.8.2) netzke-cancan (0.8.2)
@ -133,12 +135,13 @@ GEM
netzke-core (0.8.4) netzke-core (0.8.4)
execjs execjs
uglifier uglifier
nokogiri (1.5.9) nokogiri (1.6.1)
mini_portile (~> 0.5.0)
orm_adapter (0.0.7) orm_adapter (0.0.7)
pg (0.15.1) pg (0.17.1)
polyglot (0.3.3) polyglot (0.3.3)
pry (0.9.12) pry (0.9.12.4)
coderay (~> 1.0.5) coderay (~> 1.0)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
rack (1.4.5) rack (1.4.5)
@ -163,31 +166,32 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0) thor (>= 0.14.6, < 2.0)
rake (10.0.4) rake (10.1.1)
rb-fsevent (0.9.3) rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
rspec (2.8.0) rspec-core (2.14.7)
rspec-core (~> 2.8.0) rspec-expectations (2.14.4)
rspec-expectations (~> 2.8.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (~> 2.8.0) rspec-mocks (2.14.4)
rspec-core (2.8.0) rspec-rails (2.14.1)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
rspec-rails (2.8.1)
actionpack (>= 3.0) actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
railties (>= 3.0) railties (>= 3.0)
rspec (~> 2.8.0) rspec-core (~> 2.14.0)
rubyzip (0.9.9) rspec-expectations (~> 2.14.0)
selenium-webdriver (2.31.0) rspec-mocks (~> 2.14.0)
rubyzip (1.1.0)
selenium-webdriver (2.39.0)
childprocess (>= 0.2.5) childprocess (>= 0.2.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rubyzip rubyzip (~> 1.0)
websocket (~> 1.0.4) websocket (~> 1.0.4)
shoulda-matchers (1.0.0) shoulda-matchers (1.0.0)
slop (3.4.4) slop (3.4.7)
spork (0.9.2) spork (0.9.2)
sprockets (2.2.2) sprockets (2.2.2)
hike (~> 1.2) hike (~> 1.2)
@ -197,26 +201,24 @@ GEM
therubyracer (0.10.2) therubyracer (0.10.2)
libv8 (~> 3.3.10) libv8 (~> 3.3.10)
thor (0.18.1) thor (0.18.1)
tilt (1.3.6) tilt (1.4.1)
treetop (1.4.12) timers (1.1.0)
treetop (1.4.15)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turnip (0.3.1)
gherkin (>= 2.5)
rspec (~> 2.0)
twitter-bootstrap-rails (2.0.9) twitter-bootstrap-rails (2.0.9)
actionpack (>= 3.1) actionpack (>= 3.1)
less-rails (~> 2.2.2) less-rails (~> 2.2.2)
railties (>= 3.1) railties (>= 3.1)
therubyracer (~> 0.10.1) therubyracer (~> 0.10.1)
tzinfo (0.3.38) tzinfo (0.3.38)
uglifier (2.1.2) uglifier (2.4.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) json (>= 1.8.0)
warden (1.1.1) warden (1.1.1)
rack (>= 1.0) rack (>= 1.0)
websocket (1.0.7) websocket (1.0.7)
will_paginate (3.0.4) will_paginate (3.0.5)
xpath (0.1.4) xpath (0.1.4)
nokogiri (~> 1.3) nokogiri (~> 1.3)
@ -246,10 +248,9 @@ DEPENDENCIES
pry (~> 0.9.8) pry (~> 0.9.8)
rails (= 3.2.13) rails (= 3.2.13)
rb-fsevent rb-fsevent
rspec-rails (~> 2.8.1) rspec-rails (~> 2.14.0)
shoulda-matchers (~> 1.0.0) shoulda-matchers (~> 1.0.0)
spork spork
turnip (~> 0.3.0)
twitter-bootstrap-rails (~> 2.0.3) twitter-bootstrap-rails (~> 2.0.3)
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
will_paginate (~> 3.0.3) will_paginate (~> 3.0.3)

15
config/initializers/devise.rb

@ -222,11 +222,12 @@ Devise.setup do |config|
# end # end
end end
#Check in the user if they sign in. (Devise uses Warden) unless Rails.env.test?
Warden::Manager.after_set_user do |user,auth,opts| #Check in the user if they sign in. (Devise uses Warden)
# this essentially gets called after every netzke request, but alas, Warden::Manager.after_set_user do |user,auth,opts|
# only using the after_authenticaion callback doesn't get fired after # this essentially gets called after every netzke request, but alas,
# user creation. # only using the after_authenticaion callback doesn't get fired after
user.checkin unless user.checked_in? # user creation.
user.checkin unless user.checked_in?
end
end end

3
spec/spec_helper.rb

@ -19,7 +19,6 @@ Spork.prefork do
require 'rspec/rails' require 'rspec/rails'
require 'rspec/autorun' require 'rspec/autorun'
require 'capybara/rspec' require 'capybara/rspec'
require 'turnip/capybara'
# Requires supporting ruby files with custom matchers and macros, etc, # Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories. # in spec/support/ and its subdirectories.
@ -66,12 +65,12 @@ Spork.prefork do
config.infer_base_class_for_anonymous_controllers = false config.infer_base_class_for_anonymous_controllers = false
config.include FactoryGirlStepHelpers config.include FactoryGirlStepHelpers
config.include FactoryGirl::Syntax::Methods config.include FactoryGirl::Syntax::Methods
config.include Devise::TestHelpers, type: :controller
#allows :focus tag to only run specific tests #allows :focus tag to only run specific tests
config.treat_symbols_as_metadata_keys_with_true_values = true config.treat_symbols_as_metadata_keys_with_true_values = true
config.filter_run :focus => true config.filter_run :focus => true
config.run_all_when_everything_filtered = true config.run_all_when_everything_filtered = true
end end
end end

Loading…
Cancel
Save