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

clean up rspec_json_formatter #1314

Merged
merged 2 commits into from
Nov 28, 2016
Merged

clean up rspec_json_formatter #1314

merged 2 commits into from
Nov 28, 2016

Conversation

vjeffrey
Copy link

hack-days work to clean up rspec_json_formatter a bit. removed some unnecessary instance variables that were floating around and commented methods

@vjeffrey vjeffrey force-pushed the vj/clean-up-formatter branch 3 times, most recently from b54d8ee to 5409744 Compare November 23, 2016 13:29
@vjeffrey vjeffrey changed the title wip: clean up rspec_json_formatter clean up rspec_json_formatter Nov 23, 2016
@vjeffrey vjeffrey force-pushed the vj/clean-up-formatter branch 2 times, most recently from 8b46f65 to 2a64442 Compare November 27, 2016 18:09
@chris-rock chris-rock self-assigned this Nov 28, 2016
Victoria Jeffrey added 2 commits November 28, 2016 15:42

# Takes current_control (called from flush_current_control) and returns
# fails, skips, passes.
def current_control_infos(current_control)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

res = @current_control[:results]
# Determine title for control given current_control.
# Called from current_control_summary.
def current_control_title(current_control)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@colors = COLORS
@indicators = INDICATORS

@format = '%color%indicator%id%summary'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chris-rock chris-rock merged commit 1d15dc2 into master Nov 28, 2016
@chris-rock
Copy link
Contributor

Thank you @vjeffrey

@chris-rock chris-rock deleted the vj/clean-up-formatter branch August 10, 2017 12:54
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.

None yet

2 participants