fucking
This commit is contained in:
parent
13bdbaa430
commit
2b1c109332
|
@ -60,6 +60,7 @@ feature "Inbox", :devise do
|
|||
page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_2.png"), full: true
|
||||
end
|
||||
|
||||
=begin
|
||||
# Scenario: User deletes a question
|
||||
# Given I am signed in
|
||||
# When I visit the inbox
|
||||
|
@ -120,4 +121,5 @@ feature "Inbox", :devise do
|
|||
page.driver.render Rails.root.join("tmp/#{Time.now.to_i}_2.png"), full: true
|
||||
expect(page).not_to have_text('Answer'.upcase)
|
||||
end
|
||||
=end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue