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

broken with ruby 1.9.2? #44

Closed
solars opened this issue Oct 20, 2011 · 3 comments
Closed

broken with ruby 1.9.2? #44

solars opened this issue Oct 20, 2011 · 3 comments
Milestone

Comments

@solars
Copy link

solars commented Oct 20, 2011

Hi, I also have to add an issue on 1.9.2 after migrating an app to it :(

https://gist.github.com/60e8839b49133f64d79e

running rake all under ruby-1.9.2 having this in my Rakefile:

require 'bundler'
Bundler::GemHelper.install_tasks

Bundler.setup
require 'rake'
require 'rspec/core/rake_task'
require 'ci/reporter/rake/rspec'

RSpec::Core::RakeTask.new(:spec) do |s|
s.rspec_opts = "--format=#{ENV['RSPEC_FORMAT'] || 'nested'} --colour"
end

task :default => :spec

RSpec::Core::RakeTask.new(:all => ["ci:setup:rspec"]) do |t|
t.pattern = '*_/__spec.rb'
end

@solars
Copy link
Author

solars commented Oct 20, 2011

is there a solution to this?
rspec spec works fine

@rsutphin
Copy link
Contributor

From your gist, it looks like you're running into #41, which is not specific to 1.9.2. It's a problem with RSpec 2.7.0.

@nicksieger
Copy link
Member

closing as a duplicate of #41.

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

3 participants