Skip to content

Commit 6afc8c9

Browse files
committed
Merge pull request #6 from dylan-okeefe/master
fixed spec
2 parents e07a170 + 66e6fb5 commit 6afc8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/basic_sinatra_forms_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
it "displays the shooting guard's name in the browser" do
5050
visit '/newteam'
5151

52-
fill_in(:pg, :with => "Ralph")
52+
fill_in(:sg, :with => "Ralph")
5353
click_button "submit"
5454

5555
expect(page).to have_text("Shooting Guard: Ralph")

0 commit comments

Comments
 (0)