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

0.5.0 does not work on 1.8.7 (REE) #10

Closed
martinciu opened this issue Mar 18, 2011 · 3 comments
Closed

0.5.0 does not work on 1.8.7 (REE) #10

martinciu opened this issue Mar 18, 2011 · 3 comments

Comments

@martinciu
Copy link

resque_spec :: (master*) » rake spec                                                                                                   ~/www/resque_spec  
(in /Users/biker/www/resque_spec)
/Users/biker/.rvm/rubies/ree-1.8.7-2011.03/bin/ruby -S bundle exec rspec spec/helpers_spec.rb spec/resque_scheduler_spec_spec.rb spec/resque_spec_spec.rb
WARNING: using the built-in Timeout class which is known to have issues when used for opening connections. Install the SystemTimer gem if you want to make sure the Redis client will not hang.
/Users/biker/www/resque_spec/spec/../lib/resque_spec.rb:4:in `require': /Users/biker/www/resque_spec/spec/../lib/resque_spec/matchers.rb:5: syntax error, unexpected tSYMBEG, expecting tAMPER (SyntaxError)
...eue?(actual, *expected_args, :queue_name => @queue_name)
                              ^
/Users/biker/www/resque_spec/spec/../lib/resque_spec/matchers.rb:81: syntax error, unexpected $end, expecting kEND
    from /Users/biker/www/resque_spec/spec/../lib/resque_spec.rb:4
    from /Users/biker/www/resque_spec/spec/spec_helper.rb:4:in `require'
    from /Users/biker/www/resque_spec/spec/spec_helper.rb:4
    from /Users/biker/www/resque_spec/spec/helpers_spec.rb:1:in `require'
    from /Users/biker/www/resque_spec/spec/helpers_spec.rb:1
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/configuration.rb:386:in `load'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/configuration.rb:386:in `load_spec_files'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/configuration.rb:386:in `map'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/configuration.rb:386:in `load_spec_files'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/command_line.rb:18:in `run'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:55:in `run_in_process'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:46:in `run'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/gems/rspec-core-2.5.1/lib/rspec/core/runner.rb:10:in `autorun'
    from /Users/biker/.rvm/gems/ree-1.8.7-2011.03@resque_spec/bin/rspec:19
rake aborted!
ruby -S bundle exec rspec spec/helpers_spec.rb spec/resque_scheduler_spec_spec.rb spec/resque_spec_spec.rb failed

(See full trace by running task with --trace)
@thiagopradi
Copy link

Same problem here.

@shell
Copy link

shell commented Mar 23, 2011

Same here

@leshill
Copy link
Owner

leshill commented Mar 27, 2011

Refactor matchers

  • restores support for REE 1.8.7
  • closed by 296fd37

@leshill leshill closed this as completed Mar 27, 2011
ess pushed a commit to ess/resque_spec that referenced this issue Jun 8, 2011
- restores support for REE 1.8.7
- close leshill#10
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

No branches or pull requests

4 participants