Browse Source

Remove stray puts in spec

denney-fix-saving-dates
Jason Denney 10 years ago
parent
commit
b9b6ed5ca0
  1. 1
      spec/features/time_entries/index_spec.rb

1
spec/features/time_entries/index_spec.rb

@ -13,7 +13,6 @@ feature "TimeEntries" do
scenario "User deletes a time entry", js: true do
visit time_entries_path
puts TimeEntry.where(loggable_id: user.id).inspect
save_screenshot("/tmp/testingpoop.png")
find('button.work_entry-delete-btn').trigger('click')
click_button "Delete"

Loading…
Cancel
Save