Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Nov 28, 2016
1 parent 0bd9e11 commit 5b660b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion spec/features/event_spec.rb
Expand Up @@ -38,7 +38,7 @@
# Don't do this at home children. Capybara (on travis) does not wait
# correctly until our new datepicker appears, so we have to force it
# to wait manually
sleep 1
sleep 3

select_date_within_selector(second_from, '.event-date-picker:nth-child(2) .event-date-picker-start')
select_date_within_selector(second_to, '.event-date-picker:nth-child(2) .event-date-picker-end')
Expand Down
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Expand Up @@ -53,12 +53,9 @@
end
end
config.before(:each) do
puts 'HI.'
DatabaseCleaner.start
puts 'BlBLBLB.'
end
config.after(:each) do
puts 'BYYYYYYYYYYYYEEEEE'
DatabaseCleaner.clean
end

Expand Down

0 comments on commit 5b660b5

Please sign in to comment.