Skip to content

Commit

Permalink
attempt at quelling intermittent 'SQLite3 Exception: SQL logic error …
Browse files Browse the repository at this point in the history
…or missing database' errors on CI
  • Loading branch information
Mark Yoon committed May 16, 2013
1 parent bd94e11 commit b3322c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/surveyor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Feature: Survey creation
Scenario: Creating a question with an option checkbox for other and an empty text input
Given I parse
"""
survey "Favorite Cuisine" do
survey "Favorite Cuisine again" do
section "Foods" do
q "What is the best cuisine?", :pick => :any
a "french"
Expand All @@ -290,7 +290,7 @@ Feature: Survey creation
end
end
"""
When I start the "Favorite Cuisine" survey
When I start the "Favorite Cuisine again" survey
And I change "r_4_string_value" to ""
Then the "other" checkbox should not be checked

Expand All @@ -299,7 +299,7 @@ Feature: Survey creation
Scenario: Creating a question with an option radio button for other and text input
Given I parse
"""
survey "Favorite Cuisine" do
survey "Favorite Cuisine again again" do
section "Foods" do
q "What is the best cuisine?", :pick => :one
a "french"
Expand All @@ -309,7 +309,7 @@ Feature: Survey creation
end
end
"""
When I start the "Favorite Cuisine" survey
When I start the "Favorite Cuisine again again" survey
And I change "r_1_string_value" to "thai"
Then the "other" radiobutton should be checked

Expand Down

0 comments on commit b3322c6

Please sign in to comment.