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

Spec Fails Randomly on Ruby 1.9.3 with Rails 3.2 #200

Open
fny opened this issue May 26, 2015 · 0 comments
Open

Spec Fails Randomly on Ruby 1.9.3 with Rails 3.2 #200

fny opened this issue May 26, 2015 · 0 comments

Comments

@fny
Copy link
Contributor

fny commented May 26, 2015

Oy...

Faak Compooters

Both Travis and I have had ./spec/figaro/application_spec.rb:173 fail from time to time when running the suite with Ruby 1.9.3 and the Rails 3.2 gemfile:

$ export BUNDLE_GEMFILE=$PWD/gemfiles/rails32.gemfile
$ bundle install
$ bundle exec rspec
...

Failures:

  1) Figaro::Application#configuration follows a changing default path
     Failure/Error: expect {
       expected result to have initially been {"foo"=>"bar"}, but was {}
     # ./spec/figaro/application_spec.rb:173:in `block (3 levels) in <module:Figaro>'

Finished in 24.69 seconds (files took 0.40703 seconds to load)
98 examples, 1 failure

I've been triggering the job on Travis by making changes to the README alone:

This discovered while trying to resolve #194.

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

1 participant