Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
page fragments
Co-authored-by: Michael Milewski <saramic@gmail.com>
  • Loading branch information
SelenaSmall and saramic committed Dec 16, 2018
1 parent 538eddf commit 0a5196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/games_spec.rb
Expand Up @@ -5,7 +5,7 @@
When 'a user starts the game' do
visit '/'
expect(page).to have_content 'Welcome to the Game'
page.find('[data-start-button]').click
focus_on(:welcome).start_game
end

Then 'the game commences' do
Expand Down

1 comment on commit 0a5196b

@saramic
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The amended rails camp commit to start using page fragments, amended to be Authored by @SelenaSmall and Co-authored-by @saramic with the SHA 0a5196b and no longer 6d1e4b0 as on the lolcommit below

commit 32 Michael Milewski & Selena Small 6d1e4b0db1f

Please sign in to comment.