mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
fucking
This commit is contained in:
parent
13bdbaa430
commit
2b1c109332
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue