We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AS a user I should be able to view a specific moon SO THAT I can get further details on it
AS a user GIVEN I want to view a specific moon's details WHEN I type /moons view <id> THEN I should see the details for this moon
/moons view <id>
AS a user GIVEN I don't supply an id WHEN I type the command in THEN it should error
AS a user GIVEN I supply an id that's invalid WHEN I type the command in THEN it should error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AS a user I should be able to view a specific moon
SO THAT I can get further details on it
Acceptance Criteria
AS a user
GIVEN I want to view a specific moon's details
WHEN I type
/moons view <id>
THEN I should see the details for this moon
AS a user
GIVEN I don't supply an id
WHEN I type the command in
THEN it should error
AS a user
GIVEN I supply an id that's invalid
WHEN I type the command in
THEN it should error
Subtasks
Notes
The text was updated successfully, but these errors were encountered: