defunkt / github-gem

`github` command line helper for simplifying your GitHub experience.

Home Page:http://github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rake spec failure on 1.9.2

opened this issue · comments

[fjc@metis github-gem]$ ruby -v
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux]
[fjc@metis github-gem]$ rake spec
(in /home/fjc/Projects/github-gem)
........................................................................................................................................

Finished in 7.703951 seconds

136 examples, 0 failures
[fjc@metis github-gem]$ ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
[fjc@metis github-gem]$ rake spec
(in /home/fjc/Projects/github-gem)
.......................FF...............................................................................................................

1)
Psych::SyntaxError in 'github issues issues web opens the project's issues page'
couldn't parse YAML at line 2 column 8
/home/fjc/Projects/github-gem/lib/commands/issues.rb:10:in `block in load'
/home/fjc/Projects/github-gem/lib/github/command.rb:25:in `call'
/home/fjc/Projects/github-gem/lib/github.rb:76:in `invoke'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:28:in `block in run'
/home/fjc/Projects/github-gem/lib/github.rb:70:in `activate'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:30:in `block in run'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:40:in `call'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:40:in `run'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:3:in `running'
spec/commands/command_issues_spec.rb:24:in `block (2 levels) in <top (required)>'

2)
Psych::SyntaxError in 'github issues issues web closed the project's issues page'
couldn't parse YAML at line 2 column 8
/home/fjc/Projects/github-gem/lib/commands/issues.rb:10:in `block in load'
/home/fjc/Projects/github-gem/lib/github/command.rb:25:in `call'
/home/fjc/Projects/github-gem/lib/github.rb:76:in `invoke'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:28:in `block in run'
/home/fjc/Projects/github-gem/lib/github.rb:70:in `activate'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:30:in `block in run'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:40:in `call'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:40:in `run'
/home/fjc/Projects/github-gem/spec/commands/command_helper.rb:3:in `running'
spec/commands/command_issues_spec.rb:40:in `block (2 levels) in <top (required)>'

Finished in 8.10095593 seconds

136 examples, 2 failures
rake aborted!
Command /home/fjc/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -I"lib"  "/home/fjc/.rvm/gems/ruby-1.9.2-p180/gems/rspec-1.3.1/bin/spec" "spec/command_spec.rb" "spec/extensions_spec.rb" "spec/commands/command_fetch_spec.rb" "spec/commands/command_help_spec.rb" "spec/commands/command_issues_spec.rb" "spec/commands/command_fork_spec.rb" "spec/commands/command_create-from-local_spec.rb" "spec/commands/command_info_spec.rb" "spec/commands/command_search_spec.rb" "spec/commands/command_clone_spec.rb" "spec/commands/command_track_spec.rb" "spec/commands/command_browse_spec.rb" "spec/commands/command_admin_spec.rb" "spec/commands/command_home_spec.rb" "spec/commands/command_pull-request_spec.rb" "spec/commands/command_pull_spec.rb" "spec/commands/command_network_spec.rb" "spec/helper_spec.rb" "spec/github_spec.rb" "spec/windoze_spec.rb" "spec/commands_spec.rb" --color failed

(See full trace by running task with --trace)