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

Can't run tests #28

Closed
jfirebaugh opened this issue Mar 28, 2012 · 1 comment
Closed

Can't run tests #28

jfirebaugh opened this issue Mar 28, 2012 · 1 comment

Comments

@jfirebaugh
Copy link

I'd like to contribute, but I can't figure out how to run the tests.

  • There's no top-level Gemfile
  • "rake test" produces:
test_helper.rb:1:in `require': no such file to load -- test_setup (LoadError)
  • If I fix that, then I get:
/Users/john/Development/i18n-active_record/ci/Gemfile.all not found
  • If I fix that, then I get:
/Users/john/.rvm/gems/ruby-1.8.7-p249/gems/rake-0.9.2.2/lib/rake/ext/module.rb:36:in `const_missing': uninitialized constant I18n::ActiveRecord::ConnectionNotEstablished (NameError)
    from /Users/john/Development/i18n-active_record/test/test_setup.rb:54:in `setup_active_record'
@jeremyw
Copy link
Contributor

jeremyw commented Apr 1, 2012

I'm doing some work on the rails-3.2 branch, which updates the gem to be compatible with i18n 0.6.0, and made some changes to make it easier to run the tests.

bundle install --gemfile=ci/Gemfile.rails-3.2
rake

@jeremyw jeremyw closed this as completed Apr 1, 2012
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

2 participants