github-gem icon indicating copy to clipboard operation
github-gem copied to clipboard

fjc - fix yaml in command_issues_spec for 1.9.2 (Psych)

Open ghost opened this issue 14 years ago • 0 comments

Before: 1) Psych::SyntaxError in 'github issues issues web opens the project's issues page' couldn't parse YAML at line 2 column 8 spec/commands/command_issues_spec.rb:24:in `block (2 levels) in <top (required)>'

Psych::SyntaxError in 'github issues issues web closed the project's issues page' couldn't parse YAML at line 2 column 8 spec/commands/command_issues_spec.rb:40:in `block (2 levels) in <top (required)>'

After: 136 examples, 0 failures

ghost avatar Jun 27 '11 01:06 ghost