kevinrood / teamcity_formatter

TeamCity cucumber output formatter
Apache License 2.0
5 stars 8 forks source link

Add test ignored case to the logger #6

Closed gricsi closed 8 years ago

kevinrood commented 8 years ago

@gricsi one additional favor I would ask is, I have not merged #5, but I really should merge that change before yours as the pull request has been open for some time. Would you mind rebasing your changes in this pull request over master after I merge #5?

gricsi commented 8 years ago

@kevinrood done :)

kevinrood commented 8 years ago

@gricsi perfect - thank you!

Would you be in a position to run the version in the master branch with your test suite to make sure everything is working?

gricsi commented 8 years ago

How can I update the gem to use this master version? I made it and tried it my changes on our test sets before I created the PR.

kevinrood commented 8 years ago

@gricsi if you are using bundler, please see this reference. It should be as simple as adding this to your Gemfile:

gem 'teamcity_formatter', :git => 'https://github.com/kevinrood/teamcity_formatter.git', :branch => 'master'

Then: bundle install

gricsi commented 8 years ago

@kevinrood It's working fine for my test suite.

kevinrood commented 8 years ago

@gricsi this pull request is now available in version 0.8.2 of the gem, which was just published :smile:

gricsi commented 8 years ago

@kevinrood thanks a lot :)