mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 08:43:23 -05:00
Remove stray puts in spec
This commit is contained in:
parent
0605d0f0d9
commit
b9b6ed5ca0
@ -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…
x
Reference in New Issue
Block a user