Almost green:

ch...@chris-laptop:~/heroku$ ruby -v
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
ch...@chris-laptop:~/heroku$ rake spec
(in /home/chris/heroku)
...F...................................................F.....................F....................................................................

1)
'Heroku::Plugin management lists installed plugins' FAILED
expected: ["plugin1", "plugin2"],
     got: ["plugin2", "plugin1"] (using ==)
/home/chris/heroku/spec/plugin_spec.rb:31:in `block (3 levels) in
<module:Heroku>'

2)
TypeError in 'Heroku::Command::Addons asks the user to confirm billing
when API responds with 402'
can't convert nil into String
/home/chris/.gem/ruby/1.9.1/gems/json-1.2.0/lib/json/common.rb:123:in
`initialize'
/home/chris/.gem/ruby/1.9.1/gems/json-1.2.0/lib/json/common.rb:123:in
`new'
/home/chris/.gem/ruby/1.9.1/gems/json-1.2.0/lib/json/common.rb:123:in
`parse'
/home/chris/heroku/spec/commands/addons_spec.rb:32:in `block (2
levels) in <module:Command>'

3)
Errno::EPERM in 'Heroku::Command::Auth preserves the args when running
keys:add'
Operation not permitted - /tmp
/home/chris/heroku/spec/commands/auth_spec.rb:65:in `block (2 levels)
in <module:Command>'

Finished in 1.009717646 seconds

146 examples, 3 failures
rake aborted!
Command /home/chris/.ruby_versions/ruby-1.9.1-p243/bin/ruby -I"lib"  "/
home/chris/.gem/ruby/1.9.1/gems/rspec-1.2.9/bin/spec" "spec/
client_spec.rb" "spec/commands/app_spec.rb" "spec/commands/
auth_spec.rb" "spec/commands/ssl_spec.rb" "spec/commands/
bundles_spec.rb" "spec/commands/ps_spec.rb" "spec/commands/
domains_spec.rb" "spec/commands/addons_spec.rb" "spec/commands/
maintenance_spec.rb" "spec/commands/config_spec.rb" "spec/commands/
logs_spec.rb" "spec/commands/keys_spec.rb" "spec/commands/db_spec.rb"
"spec/commands/base_spec.rb" "spec/commands/sharing_spec.rb" "spec/
commands/plugins_spec.rb" "spec/plugin_spec.rb" "spec/command_spec.rb"
--colour --format progress --loadby mtime --reverse failed

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




On Jan 8, 8:51 pm, David Dollar <[email protected]> wrote:
> Anyone using Ruby 1.9 feeling adventurous?
>
> Clone git://github.com/heroku/heroku.git, run rake spec, and let me
> know if you're green or not.
>
> - David
-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.


Reply via email to