-
Notifications
You must be signed in to change notification settings - Fork 89
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
(WIP) Use rspec to_output #269
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:15
1d40962
to
e2b97b6
Compare
1 similar comment
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:22
e2b97b6
to
b82db96
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:27
b82db96
to
5bdea87
Compare
3 similar comments
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:37
5bdea87
to
3585d7c
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:40
3585d7c
to
1c4e3a5
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 14:44
1c4e3a5
to
187d393
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 15:04
187d393
to
30c70d8
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
2 times, most recently
from
November 18, 2017 15:09
4274be0
to
9c5549f
Compare
2 similar comments
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 15:12
9c5549f
to
9924668
Compare
3 similar comments
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 16:26
e91d350
to
887915c
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 16:29
887915c
to
08a2d86
Compare
3 similar comments
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 16:37
08a2d86
to
4f63a70
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
3 times, most recently
from
November 18, 2017 17:09
4dc735a
to
a9fe388
Compare
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 17:11
a9fe388
to
ecb6f2f
Compare
2 similar comments
3 similar comments
* Rspec 3 adds the `output(args).to_stdout` method * http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#new-output-matcher * Means it’s a lot easier to do things like run pry, as stdout isn’t stuck * Refactoring tests to change to next method
petems
force-pushed
the
refactor_to_use_to_stdout_matcher
branch
from
November 18, 2017 18:12
ecb6f2f
to
176feaf
Compare
2 similar comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.