ci-reporter / ci_reporter

CI::Reporter is an add-on to popular test frameworks that allows you to generate XML reports
MIT License
343 stars 111 forks source link

Can't execute cucumber tests #38

Closed rvelasquez closed 10 years ago

rvelasquez commented 13 years ago

Hi,

When I run:

rake ci:setup:cucumber cucumber:all

I get the following error:

/Users/rom/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -S bundle exec cucumber  --require /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/ci_reporter-1.6.5/lib/ci/reporter/rake/cucumber_loader.rb --format CI::Reporter::Cucumber
Using the default profile...
rake aborted!
Command failed with status (1): [/Users/rom/.rvm/rubies/ruby-1.9.2-p180/bin...]
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/file_utils.rb:53:in `block in create_shell_runner'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/file_utils.rb:45:in `call'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/file_utils.rb:45:in `sh'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/file_utils_ext.rb:36:in `sh'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/rake/task.rb:104:in `run'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/rake/task.rb:193:in `block in define_task'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:205:in `call'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:205:in `block in execute'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:200:in `each'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:200:in `execute'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:174:in `each'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/task.rb:144:in `invoke'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:112:in `invoke_task'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:90:in `block (2 levels) in top_level'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:90:in `each'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:90:in `block in top_level'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:84:in `top_level'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:62:in `block in run'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.9.2/bin/rake:32:in `<top (required)>'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in `load'
/Users/rom/.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in `<main>'
Tasks: TOP => cucumber:all => cucumber:ok

Here's a copy of my Gemfile as well if that helps:

gem 'rails', '3.0.5'
gem 'builder', '2.1.2'
gem 'sqlite3-ruby', '1.3.3', :require => 'sqlite3'
gem 'seed-fu', '2.0.1'
gem 'simplecov', '0.4.2', :require => false

gem 'capistrano', '2.6.0'
gem 'rake', '0.9.2'
gem 'ci_reporter', '1.6.5'
gem 'foreigner', '1.1.0'

gem 'devise', '1.1.7'

gem 'nokogiri', '1.5.0'

group :development, :test do
  gem 'capybara', '1.0.0'
  gem 'database_cleaner', '0.6.7'
  gem 'cucumber-rails', '1.0.2'
  gem 'rspec-rails', '2.6.1'
  gem 'cucumber', '1.0.2'
  gem 'spork', '0.8.5'
  gem 'launchy', '2.0.5'
  gem 'webrat', '0.7.3'
  gem 'factory_girl_rails', '1.1.0'
  gem "remarkable_activerecord", "4.0.0.alpha4"
end

group :production, :staging do
  gem 'mysql2', '< 0.3'
  gem 'passenger', '3.0.7'
end

And here's my Rakefile:

require File.expand_path('../config/application', __FILE__)
require 'rubygems'
require 'rake'
require 'rspec/core/rake_task'

require 'ci/reporter/rake/rspec'
require 'ci/reporter/rake/cucumber'
require 'ci/reporter/rake/test_unit'

include Rake::DSL

namespace :spec do
  task :all => ["ci:setup:rspec"]
end

MyApplication::Application.load_tasks
nicksieger commented 13 years ago

Thanks for the report. Can you try running the bare bundle exec cucumber command and see if you can capture any failure output? Maybe try RUBYOPT=-d bundle exec cucumber ... to turn $DEBUG on?

rvelasquez commented 13 years ago

Running bare "bundle exec cucumber" works without any problems. I took the command that the Rake task is running:

/Users/rom/.rvm/rubies/ruby-1.9.2-p180/bin/ruby -S bundle exec cucumber --require /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/ci_reporter-1.6.5/lib/ci/reporter/rake/cucumber_loader.rb --format CI::Reporter::Cucumber

and added the debug flag and here's what I got:

Exception `LoadError' at /Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 - no such file to load -- psych
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:16 - method `to_yaml' not defined in Object
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:29 - method `yaml_as' not defined in Module
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:37 - method `y' not defined in Kernel
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_ext.rb:43: warning: method redefined; discarding old gem_dir
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1262: warning: previous definition of gem_dir was here
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_ext.rb:154: warning: method redefined; discarding old hash
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb:125: warning: previous definition of hash was here
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/util.rb:158: warning: `*' interpreted as argument prefix
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor.rb:266: warning: instance variable @long_desc not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor.rb:264: warning: instance variable @usage not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/base.rb:512: warning: instance variable @no_tasks not initialized
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/vendor/thor/shell/basic.rb:16: warning: method redefined; discarding old padding=
Exception `Errno::EEXIST' at /Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/fileutils.rb:243 - File exists - /Users/rom/.rvm/gems/ruby-1.9.2-p180
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable_activerecord (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable_activemodel (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for factory_girl_rails (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for foreigner (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for devise (1.1.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for nokogiri (1.5.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for builder (2.1.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for database_cleaner (0.6.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for simplecov (0.4.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-rails (2.6.1):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-mocks (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rake (0.9.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for capistrano (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for ci_reporter (1.6.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activerecord (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for passenger (3.0.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activesupport (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for railties (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-scp (1.0.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for webrat (0.7.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activemodel (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for tzinfo (0.3.29):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for simplecov-html (0.4.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for actionpack (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for cucumber (1.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack-test (0.5.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mysql2 (0.2.11):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for capybara (1.0.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for daemon_controller (0.2.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for fastthread (1.0.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack (1.2.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack-mount (0.6.14):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rails (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for i18n (0.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-sftp (2.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-core (2.6.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for erubis (2.6.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for thor (0.14.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for spork (0.8.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for highline (1.6.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for factory_girl (2.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for sqlite3-ruby (1.3.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-ssh (2.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for json (1.5.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for term-ansicolor (1.0.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for cucumber-rails (1.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-ssh-gateway (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for bundler (1.0.15):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for diff-lcs (1.1.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for actionmailer (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for abstract (1.0.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activeresource (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for seed-fu (2.0.1):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for selenium-webdriver (0.2.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for sqlite3 (1.3.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for launchy (2.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for warden (1.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for gherkin (2.4.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for ffi (1.0.9):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for xpath (0.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rubyzip (0.9.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for childprocess (0.2.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mime-types (1.16):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-expectations (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for arel (2.0.10):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for bcrypt-ruby (2.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for json_pure (1.5.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mail (2.2.19):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for addressable (2.2.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for treetop (1.4.10):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for polyglot (0.3.2):Bundler::LazySpecification
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_integration.rb:183: warning: method redefined; discarding old initialize
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb:53: warning: previous definition of initialize was here
Exception `LoadError' at /Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36 - no such file to load -- psych
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:16 - method `to_yaml' not defined in Object
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:29 - method `yaml_as' not defined in Module
Exception `NameError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/core_ext.rb:37 - method `y' not defined in Kernel
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_ext.rb:43: warning: method redefined; discarding old gem_dir
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:1262: warning: previous definition of gem_dir was here
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_ext.rb:154: warning: method redefined; discarding old hash
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb:125: warning: previous definition of hash was here
Exception `Errno::EEXIST' at /Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/fileutils.rb:243 - File exists - /Users/rom/.rvm/gems/ruby-1.9.2-p180
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable_activerecord (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable_activemodel (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for remarkable (4.0.0.alpha4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for factory_girl_rails (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for foreigner (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for devise (1.1.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for nokogiri (1.5.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for builder (2.1.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for database_cleaner (0.6.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for simplecov (0.4.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-rails (2.6.1):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-mocks (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rake (0.9.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for capistrano (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for ci_reporter (1.6.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activerecord (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for passenger (3.0.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activesupport (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for railties (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-scp (1.0.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for webrat (0.7.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activemodel (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for tzinfo (0.3.29):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for simplecov-html (0.4.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for actionpack (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for cucumber (1.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack-test (0.5.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mysql2 (0.2.11):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for capybara (1.0.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for daemon_controller (0.2.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for fastthread (1.0.7):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack (1.2.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rack-mount (0.6.14):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rails (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for i18n (0.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-sftp (2.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-core (2.6.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for erubis (2.6.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for thor (0.14.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for spork (0.8.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for highline (1.6.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for factory_girl (2.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for sqlite3-ruby (1.3.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-ssh (2.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for json (1.5.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for term-ansicolor (1.0.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for cucumber-rails (1.0.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for net-ssh-gateway (1.1.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for bundler (1.0.15):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for diff-lcs (1.1.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for actionmailer (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for abstract (1.0.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for activeresource (3.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for seed-fu (2.0.1):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for selenium-webdriver (0.2.2):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for sqlite3 (1.3.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for launchy (2.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for warden (1.0.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for gherkin (2.4.5):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for ffi (1.0.9):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for xpath (0.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rubyzip (0.9.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for childprocess (0.2.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mime-types (1.16):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for rspec-expectations (2.6.0):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for arel (2.0.10):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for bcrypt-ruby (2.1.4):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for json_pure (1.5.3):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for mail (2.2.19):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for addressable (2.2.6):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for treetop (1.4.10):Bundler::LazySpecification
Exception `NoMethodError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/lazy_specification.rb:66 - undefined method `to_ary' for polyglot (0.3.2):Bundler::LazySpecification
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.15/lib/bundler/rubygems_integration.rb:183: warning: method redefined; discarding old initialize
/Users/rom/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb:53: warning: previous definition of initialize was here
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xA7\xD9\x84\xD8\xB9\xD8\xB1\xD8\xA8\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xA7\xD9\x84\xD8\xB9\xD8\xB1\xD8\xA8\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xAE\xD8\xA7\xD8\xB5\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xAE\xD8\xA7\xD8\xB5\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xA7\xD9\x84\xD8\xAE\xD9\x84\xD9\x81\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xA7\xD9\x84\xD8\xAE\xD9\x84\xD9\x81\xD9\x8A\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xB3\xD9\x8A\xD9\x86\xD8\xA7\xD8\xB1\xD9\x8A\xD9\x88"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xB3\xD9\x8A\xD9\x86\xD8\xA7\xD8\xB1\xD9\x8A\xD9\x88"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xB3\xD9\x8A\xD9\x86\xD8\xA7\xD8\xB1\xD9\x8A\xD9\x88 \xD9\x85\xD8\xAE\xD8\xB7\xD8\xB7"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xB3\xD9\x8A\xD9\x86\xD8\xA7\xD8\xB1\xD9\x8A\xD9\x88 \xD9\x85\xD8\xAE\xD8\xB7\xD8\xB7"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD8\xA7\xD9\x85\xD8\xAB\xD9\x84\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD8\xA7\xD9\x85\xD8\xAB\xD9\x84\xD8\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xB1\xD1\x8A\xD0\xBB\xD0\xB3\xD0\xB0\xD1\x80\xD1\x81\xD0\xBA\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xB1\xD1\x8A\xD0\xBB\xD0\xB3\xD0\xB0\xD1\x80\xD1\x81\xD0\xBA\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB8\xD1\x81\xD1\x82\xD0\xBE\xD1\x80\xD0\xB8\xD1\x8F"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB5\xD0\xB4\xD0\xB8\xD1\x81\xD1\x82\xD0\xBE\xD1\x80\xD0\xB8\xD1\x8F"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA0\xD0\xB0\xD0\xBC\xD0\xBA\xD0\xB0 \xD0\xBD\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA0\xD0\xB0\xD0\xBC\xD0\xBA\xD0\xB0 \xD0\xBD\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xC4\x8Cesky"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xC4\x8Cesky"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\xA2\xD7\x91\xD7\xA8\xD7\x99\xD7\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\xA2\xD7\x91\xD7\xA8\xD7\x99\xD7\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\xAA\xD7\x9B\xD7\x95\xD7\xA0\xD7\x94"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\xAA\xD7\x9B\xD7\x95\xD7\xA0\xD7\x94"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\xA8\xD7\xA7\xD7\xA2"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\xA8\xD7\xA7\xD7\xA2"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\xAA\xD7\xA8\xD7\x97\xD7\x99\xD7\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\xAA\xD7\xA8\xD7\x97\xD7\x99\xD7\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\xAA\xD7\x91\xD7\xA0\xD7\x99\xD7\xAA \xD7\xAA\xD7\xA8\xD7\x97\xD7\x99\xD7\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\xAA\xD7\x91\xD7\xA0\xD7\x99\xD7\xAA \xD7\xAA\xD7\xA8\xD7\x97\xD7\x99\xD7\xA9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD7\x93\xD7\x95\xD7\x92\xD7\x9E\xD7\x90\xD7\x95\xD7\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD7\x93\xD7\x95\xD7\x92\xD7\x9E\xD7\x90\xD7\x95\xD7\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xAA\x9E"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xAA\x9E"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE3\x83\x95\xE3\x82\xA3\xE3\x83\xBC\xE3\x83\x81\xE3\x83\xA3|\xE6\xA9\x9F\xE8\x83\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE3\x83\x95\xE3\x82\xA3\xE3\x83\xBC\xE3\x83\x81\xE3\x83\xA3|\xE6\xA9\x9F\xE8\x83\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE8\x83\x8C\xE6\x99\xAF"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE8\x83\x8C\xE6\x99\xAF"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x82\xA2\xE3\x82\xA6\xE3\x83\x88\xE3\x83\xA9\xE3\x82\xA4\xE3\x83\xB3|\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC\xE3\x83\xBC\xE3\x83\x88|\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC|\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x82\xA2\xE3\x82\xA6\xE3\x83\x88\xE3\x83\xA9\xE3\x82\xA4\xE3\x83\xB3|\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC\xE3\x83\xBC\xE3\x83\x88|\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC|\xE3\x82\xB7\xE3\x83\x8A\xE3\x83\xAA\xE3\x82\xAA\xE3\x83\x86\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAC"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE4\xBE\x8B|\xE3\x82\xB5\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE4\xBE\x8B|\xE3\x82\xB5\xE3\x83\xB3\xE3\x83\x97\xE3\x83\xAB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xED\x95\x9C\xEA\xB5\xAD\xEC\x96\xB4"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xED\x95\x9C\xEA\xB5\xAD\xEC\x96\xB4"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xEB\xB0\xB0\xEA\xB2\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xEB\xB0\xB0\xEA\xB2\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xEA\xB8\xB0\xEB\x8A\xA5"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xEA\xB8\xB0\xEB\x8A\xA5"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xEC\x8B\x9C\xEB\x82\x98\xEB\xA6\xAC\xEC\x98\xA4"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xEC\x8B\x9C\xEB\x82\x98\xEB\xA6\xAC\xEC\x98\xA4"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xEC\x8B\x9C\xEB\x82\x98\xEB\xA6\xAC\xEC\x98\xA4 \xEA\xB0\x9C\xEC\x9A\x94"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xEC\x8B\x9C\xEB\x82\x98\xEB\xA6\xAC\xEC\x98\xA4 \xEA\xB0\x9C\xEC\x9A\x94"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xEC\x98\x88"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xEC\x98\x88"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD1\x80\xD1\x83\xD1\x81\xD1\x81\xD0\xBA\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD1\x80\xD1\x83\xD1\x81\xD1\x81\xD0\xBA\xD0\xB8\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD1\x8F|\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB|\xD0\xA1\xD0\xB2\xD0\xBE\xD0\xB9\xD1\x81\xD1\x82\xD0\xB2\xD0\xBE"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD1\x8F|\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB|\xD0\xA1\xD0\xB2\xD0\xBE\xD0\xB9\xD1\x81\xD1\x82\xD0\xB2\xD0\xBE"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB5\xD0\xB4\xD1\x8B\xD1\x81\xD1\x82\xD0\xBE\xD1\x80\xD0\xB8\xD1\x8F|\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB5\xD0\xBA\xD1\x81\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB5\xD0\xB4\xD1\x8B\xD1\x81\xD1\x82\xD0\xBE\xD1\x80\xD0\xB8\xD1\x8F|\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB5\xD0\xBA\xD1\x81\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x8F"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x8F"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD1\x8B"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD1\x8B"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x80\xD0\xBF\xD1\x81\xD0\xBA\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x80\xD0\xBF\xD1\x81\xD0\xBA\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82|\xD0\x9C\xD0\xBE\xD0\xB3\xD1\x83\xD1\x9B\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82|\xD0\x9E\xD1\x81\xD0\xBE\xD0\xB1\xD0\xB8\xD0\xBD\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82|\xD0\x9C\xD0\xBE\xD0\xB3\xD1\x83\xD1\x9B\xD0\xBD\xD0\xBE\xD1\x81\xD1\x82|\xD0\x9E\xD1\x81\xD0\xBE\xD0\xB1\xD0\xB8\xD0\xBD\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB5\xD0\xBA\xD1\x81\xD1\x82|\xD0\x9E\xD1\x81\xD0\xBD\xD0\xBE\xD0\xB2\xD0\xB0|\xD0\x9F\xD0\xBE\xD0\xB7\xD0\xB0\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x82\xD0\xB5\xD0\xBA\xD1\x81\xD1\x82|\xD0\x9E\xD1\x81\xD0\xBD\xD0\xBE\xD0\xB2\xD0\xB0|\xD0\x9F\xD0\xBE\xD0\xB7\xD0\xB0\xD0\xB4\xD0\xB8\xD0\xBD\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xBE|\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xBE|\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x98\xD0\xB0|\xD0\xA1\xD0\xBA\xD0\xB8\xD1\x86\xD0\xB0|\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x86\xD0\xB5\xD0\xBF\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x98\xD0\xB0|\xD0\xA1\xD0\xBA\xD0\xB8\xD1\x86\xD0\xB0|\xD0\x9A\xD0\xBE\xD0\xBD\xD1\x86\xD0\xB5\xD0\xBF\xD1\x82"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD0\xB8|\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x98\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBC\xD0\xB5\xD1\x80\xD0\xB8|\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD1\x98\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xC3\x96zellik"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xC3\x96zellik"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xC3\x96rnekler"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xC3\x96rnekler"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA3\xD0\xBA\xD1\x80\xD0\xB0\xD1\x97\xD0\xBD\xD1\x81\xD1\x8C\xD0\xBA\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA3\xD0\xBA\xD1\x80\xD0\xB0\xD1\x97\xD0\xBD\xD1\x81\xD1\x8C\xD0\xBA\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD1\x96\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD1\x96\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB4\xD1\x83\xD0\xBC\xD0\xBE\xD0\xB2\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD0\xB5\xD1\x80\xD0\xB5\xD0\xB4\xD1\x83\xD0\xBC\xD0\xBE\xD0\xB2\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD1\x96\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD1\x96\xD0\xB9"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD1\x96\xD1\x8E"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0 \xD1\x81\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD1\x96\xD1\x8E"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBA\xD0\xBB\xD0\xB0\xD0\xB4\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9F\xD1\x80\xD0\xB8\xD0\xBA\xD0\xBB\xD0\xB0\xD0\xB4\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA3\xD0\xB7\xD0\xB1\xD0\xB5\xD0\xBA\xD1\x87\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA3\xD0\xB7\xD0\xB1\xD0\xB5\xD0\xBA\xD1\x87\xD0\xB0"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA4\xD1\x83\xD0\xBD\xD0\xBA\xD1\x86\xD0\xB8\xD0\xBE\xD0\xBD\xD0\xB0\xD0\xBB"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA2\xD0\xB0\xD1\x80\xD0\xB8\xD1\x85"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA2\xD0\xB0\xD1\x80\xD0\xB8\xD1\x85"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9 \xD1\x81\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0\xD1\x81\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\xA1\xD1\x86\xD0\xB5\xD0\xBD\xD0\xB0\xD1\x80\xD0\xB8\xD0\xB9 \xD1\x81\xD1\x82\xD1\x80\xD1\x83\xD0\xBA\xD1\x82\xD1\x83\xD1\x80\xD0\xB0\xD1\x81\xD0\xB8"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xD0\x9C\xD0\xB8\xD1\x81\xD0\xBE\xD0\xBB\xD0\xBB\xD0\xB0\xD1\x80"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xD0\x9C\xD0\xB8\xD1\x81\xD0\xBE\xD0\xBB\xD0\xBB\xD0\xB0\xD1\x80"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE7\xAE\x80\xE4\xBD\x93\xE4\xB8\xAD\xE6\x96\x87"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE7\xAE\x80\xE4\xBD\x93\xE4\xB8\xAD\xE6\x96\x87"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE5\x8A\x9F\xE8\x83\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE5\x8A\x9F\xE8\x83\xBD"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE5\x9C\xBA\xE6\x99\xAF"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE5\x9C\xBA\xE6\x99\xAF"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE5\x9C\xBA\xE6\x99\xAF\xE5\xA4\xA7\xE7\xBA\xB2"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE5\x9C\xBA\xE6\x99\xAF\xE5\xA4\xA7\xE7\xBA\xB2"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE4\xBE\x8B\xE5\xAD\x90"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE4\xBE\x8B\xE5\xAD\x90"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE7\xB9\x81\xE9\xAB\x94\xE4\xB8\xAD\xE6\x96\x87"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE7\xB9\x81\xE9\xAB\x94\xE4\xB8\xAD\xE6\x96\x87"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE5\xA0\xB4\xE6\x99\xAF|\xE5\x8A\x87\xE6\x9C\xAC"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE5\xA0\xB4\xE6\x99\xAF|\xE5\x8A\x87\xE6\x9C\xAC"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:71 - invalid value for Integer(): "\xE5\xA0\xB4\xE6\x99\xAF\xE5\xA4\xA7\xE7\xB6\xB1|\xE5\x8A\x87\xE6\x9C\xAC\xE5\xA4\xA7\xE7\xB6\xB1"
Exception `ArgumentError' at /Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/psych-1.2.0/lib/psych/scalar_scanner.rb:72 - invalid value for Float(): "\xE5\xA0\xB4\xE6\x99\xAF\xE5\xA4\xA7\xE7\xB6\xB1|\xE5\x8A\x87\xE6\x9C\xAC\xE5\xA4\xA7\xE7\xB6\xB1"
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/feature.rb:18: warning: method redefined; discarding old gherkin_statement
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/feature_element.rb:10: warning: method redefined; discarding old gherkin_statement
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/table.rb:172: warning: `*' interpreted as argument prefix
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/table.rb:385: warning: shadowing outer local variable - hash
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/step.rb:18: warning: method redefined; discarding old gherkin_statement
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/cucumber-1.0.2/lib/cucumber/ast/examples.rb:14: warning: method redefined; discarding old gherkin_statement
/Users/rom/.rvm/gems/ruby-1.9.2-p180/gems/c
jayzes commented 12 years ago

I'm having the same issue - has anyone found a workaround or solution?

flsafe commented 12 years ago

I've run into this same error. Have their been any updates?

orlanthi commented 12 years ago

Another person with the same issue here. I even tried to get this working on completely new Rails 3.0.x and 3.2.1 projects with the same result.

nicksieger commented 12 years ago

Seems like a probable compatibility issue between 1.9.2 and Cucumber 1.0.x -- anyone want to take a swing at fixing it?

jnisenson commented 12 years ago

Just another user that has run into this issue. As a follow up to all that is above:

'bundle exec cucumber features'

works as it should, but

'bundle exec rake -f /usr/local/rvm/gems/ruby-1.9.2-p290/gems/ci_reporter-1.7.0/stub.rake ci:setup:cucumber features --trace'

generates: * Invoke ci:setup:cucumber (first_time) * Invoke ci:setup:cucumber_report_cleanup (first_time) * Execute ci:setup:cucumber_report_cleanup rm -rf features/reports * Execute ci:setup:cucumber * Invoke features (first_time) * Invoke cucumber (first_time) * Invoke cucumber:ok (first_time) * Invoke db:test:prepare (first_time) * Execute db:test:prepare * Execute cucumber:ok /usr/local/rvm/rubies/ruby-1.9.2-p290/bin/ruby -S bundle exec cucumber --require /usr/local/rvm/gems/ruby-1.9.2-p290/gems/ci_reporter-1.7.0/lib/ci/reporter/rake/cucumber_loader.rb --format CI::Reporter::Cucumber Using the default profile... rake aborted! Command failed with status (1): [/usr/local/rvm/rubies/ruby-1.9.2-p290/bin/...]

pkrefta commented 12 years ago

I've same issue with Ruby 1.9.3 with Cucumber 1.1.9 on Rails 3.2.1 :(

lewinski commented 12 years ago

I'm using cucumber 1.1.9 and ci_reporter 1.7.0 successfully within rails 3.2.2.

I basically tracked through cucumber's code enough to determine that the --require flag that ci_reporter's rake task generates cause cucumber to not load my step definitions, which (obviously) results in it exiting with a failing status, as it should. If you take a look at #all_files_to_load and #step_defs_to_load from https://github.com/cucumber/cucumber/blob/master/lib/cucumber/cli/configuration.rb#L84, you'll see why this is the case.

Cucumber will try loading a formatter if it isn't already loaded; details from cucumber -h:

FORMAT can also be the fully qualified class name of
your own custom formatter. If the class isn't loaded,
Cucumber will attempt to require a file with a relative
file name that is the underscore name of the class name.
Example: --format Foo::BarZap -> Cucumber will look for
foo/bar_zap.rb. You can place the file with this relative
path underneath your features/support directory or anywhere
on Ruby's LOAD_PATH, for example in a Ruby gem.

Since the fully qualified name of ci_reporter's formatter matches the filesystem path, the require turns out to be unneccesary, at least in my case, where my gems are managed local to my project using bundler.

Based on this information, I developed the following workaround for this issue. My .rake file that runs cucumber with ci_reporter essentially looks like this:

unless Rails.env.production?
  require 'ci/reporter/rake/cucumber'
  namespace :ci do
    desc 'Run all features and generate Jenkins output'
    task :cucumber do
      Rake::Task['ci:setup:cucumber_report_cleanup'].invoke
      ENV['CUCUMBER_OPTS'] = "#{ENV['CUCUMBER_OPTS']} -f CI::Reporter::Cucumber"
      Rake::Task['cucumber'].invoke
    end
  end
end

An alternate method that I found works is to invoke ci:setup:cucumber like it says in the ci_reporter docs, but also change the CUCUMBER_OPTS environment variable to include --require features, which allows it to again load my step definitions. But what I implemented is in my mind cleaner, so I'm sticking with it.

makdad commented 12 years ago

Rails 3.2.1, Ruby 1.9.2p290, ci_reporter 1.7.0. Add me to the list. I tried lewinski's approach above (thanks!) it worked, but I am having another strange issue where my cuke task is running twice. Strange.

aselder commented 11 years ago

This is still and issue, Rails 3.2.11, Ruby1.9.3p374, ci_reporter 1.8.4. Thanks to @lewinski for the work around.

Mange commented 11 years ago

Yes, this is still an issue. Worked around it by declaring my up setup task (dependent on the ci:setup:cucumber_report_cleanup task) that only sets the formatter in the CUCUMBER_OPTS.

docwhat commented 11 years ago

Just curious; why hasn't this been fixed if @lewinski showed exactly why it was failing and how to fix it?

docwhat commented 11 years ago

I took matters into my own hands and submitted a pull request with @lewinski's fix: PR #102.

shepmaster commented 10 years ago

Fixed via #102