Skip to content

Commit

Permalink
Update stepdefs.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrook authored Feb 8, 2024
1 parent cd15490 commit 07dccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/stepdefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
pending # Write code here that turns the phrase above into concrete actions
end

Given('I have typed in the query: {string}$') do |string|
Given('I have typed in the query: (.*)$') do |string|
pending # Write code here that turns the phrase above into concrete actions
end

Expand Down

0 comments on commit 07dccaf

Please sign in to comment.