Skip to content

fix for cli color rendering issue #14

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

Merged
merged 1 commit into from
Oct 5, 2014
Merged

Conversation

javornikolov
Copy link
Collaborator

Use differ from rspec-support to resolve the issue with special characters when rspec is started with color option:

  22) plsql-spec run specified files should report one file examples
     Failure/Error: @stdout.should =~ /1 example/
       expected: /1 example/
            got: "\e[33mRunning specs from spec/test_spec.rb\e[0m\n\n\e[31mFailing tests!\e[0m\n" (using =~)
       Diff:
       @@ -1,2 +1,4 @@
       -/1 example/
       +Running specs from spec/test_spec.rb
       +
       +Failing tests!

Use differ from rspec-support to resolve the issue with special
characters when rspec is started with color option.
javornikolov added a commit that referenced this pull request Oct 5, 2014
fix for cli diff issue (caused by color rendering)
@javornikolov javornikolov merged commit 466519f into master Oct 5, 2014
@javornikolov javornikolov mentioned this pull request Jan 25, 2015
@javornikolov javornikolov deleted the fix-differ-color-issue branch May 13, 2016 19:53
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.

1 participant