From b9b6ed5ca0cf600fa48355e0a5577e38aa1813e1 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sun, 4 May 2014 10:56:29 -0400 Subject: [PATCH] Remove stray puts in spec --- spec/features/time_entries/index_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/time_entries/index_spec.rb b/spec/features/time_entries/index_spec.rb index 6ce04d8..82d89ef 100644 --- a/spec/features/time_entries/index_spec.rb +++ b/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"