File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -235,15 +235,15 @@ def finished_all_ajax_requests?
235
235
Capybara . default_max_wait_time = 10 . seconds
236
236
237
237
config . before ( :suite ) do
238
- DatabaseCleaner . clean_with ( :truncation )
238
+ # DatabaseCleaner.clean_with(:truncation)
239
239
Hyperloop . configuration do |config |
240
240
config . transport = :simple_poller
241
241
end
242
242
end
243
243
244
- config . before ( :each ) do
245
- DatabaseCleaner . strategy = :transaction
246
- end
244
+ # config.before(:each) do
245
+ # DatabaseCleaner.strategy = :transaction
246
+ # end
247
247
248
248
config . before ( :each ) do |x |
249
249
Hyperloop . class_eval do
@@ -267,9 +267,9 @@ class ActiveRecord::Base
267
267
size_window
268
268
end
269
269
270
- config . before ( :each ) do
271
- DatabaseCleaner . start
272
- end
270
+ # config.before(:each) do
271
+ # DatabaseCleaner.start
272
+ # end
273
273
274
274
config . after ( :each ) do |example |
275
275
puts "after each is example.exception? #{ example . exception } "
You can’t perform that action at this time.
0 commit comments