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

Trim white space when flushing assertions #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gazayas
Copy link

@gazayas gazayas commented Jun 23, 2023

Fixes #51.

pry(#<BasicsTest>)> "#{last["action"]} #{last["target"]}#{last["options"]}" + "\n"
=> "assert page.has_content? 'Foo was successfully created.' \n"

Since we're tagging on a new line at the end with a +, just calling strip here should suffice.

@gazayas gazayas changed the title Fix indentation when flushing assertions Trim white space when flushing assertions Jun 23, 2023
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.

Unnecessary space on assertions
1 participant