You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Oy...
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:I've been triggering the job on Travis by making changes to the README alone:
This discovered while trying to resolve #194.
The text was updated successfully, but these errors were encountered: