We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07a170 commit 66e6fb5Copy full SHA for 66e6fb5
1 file changed
spec/basic_sinatra_forms_spec.rb
@@ -49,7 +49,7 @@
49
it "displays the shooting guard's name in the browser" do
50
visit '/newteam'
51
52
- fill_in(:pg, :with => "Ralph")
+ fill_in(:sg, :with => "Ralph")
53
click_button "submit"
54
55
expect(page).to have_text("Shooting Guard: Ralph")
0 commit comments