Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amended the route #250

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Joemusarurwa
Copy link

amended the route

Comment on lines +4 to +5
it "has a route to a start page" do
expect(page).to \
Copy link

Choose a reason for hiding this comment

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

I figured out the feature test structure from this page in the pairing challenges, hopefully that helps it make sense. https://github.com/makersacademy/course/blob/main/apprenticeships_intro_to_the_web/walkthroughs/entering_players.md

Comment on lines +10 to +12
<h1> Greetings and salutations <%= @player_name %> </h1>

<p> Choose your weapon! </p>
Copy link

Choose a reason for hiding this comment

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

Haha love these touches.

Comment on lines +24 to +26
<input type="hidden" name="move" value="scissors">
<button type="submit">scissors</button>
</form>
Copy link

Choose a reason for hiding this comment

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

there's some indentation differences here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants