File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ group :development, :test do
59
59
gem 'shoulda-matchers'
60
60
gem 'steak'
61
61
gem 'timecop'
62
+ gem 'capybara-rails'
62
63
63
64
gem 'pry'
64
65
gem 'pry-byebug'
Original file line number Diff line number Diff line change 62
62
rack (>= 1.0.0 )
63
63
rack-test (>= 0.5.4 )
64
64
xpath (~> 2.0 )
65
+ capybara-console (0.0.4 )
66
+ capybara
67
+ rails (>= 3.0 )
68
+ capybara-rails (0.0.2 )
69
+ capybara
70
+ capybara-console
71
+ database_cleaner
72
+ exception_notification
65
73
carrierwave (0.10.0 )
66
74
activemodel (>= 3.2.0 )
67
75
activesupport (>= 3.2.0 )
90
98
compass (>= 0.12.2 )
91
99
connection_pool (2.2.0 )
92
100
daemons (1.2.3 )
101
+ database_cleaner (1.4.1 )
93
102
devise (3.5.1 )
94
103
bcrypt (~> 3.0 )
95
104
orm_adapter (~> 0.1 )
106
115
erubis (2.7.0 )
107
116
escape (0.0.4 )
108
117
eventmachine (1.0.7 )
118
+ exception_notification (4.1.1 )
119
+ actionmailer (>= 3.0.4 )
120
+ activesupport (>= 3.0.4 )
109
121
excon (0.45.4 )
110
122
execjs (2.5.2 )
111
123
factory_girl (4.5.0 )
@@ -417,6 +429,7 @@ PLATFORMS
417
429
418
430
DEPENDENCIES
419
431
cancan
432
+ capybara-rails
420
433
carrierwave
421
434
carrierwave_backgrounder
422
435
coffee-rails (~> 4.0.0 )
Original file line number Diff line number Diff line change 21
21
config . action_controller . perform_caching = false
22
22
23
23
# Raise exceptions instead of rendering exception templates.
24
- config . action_dispatch . show_exceptions = false
24
+ config . action_dispatch . show_exceptions = true
25
25
26
26
# Disable request forgery protection in test environment.
27
27
config . action_controller . allow_forgery_protection = false
You can’t perform that action at this time.
0 commit comments