Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test: ensure the json gem is loaded
It seems there are some tests that result in the json gem being loaded. If the spec/webmachine/adapters/rack_spec.rb:57 test happens to run before these tests, the json gem will not be loaded and the test fails. This is reproducible with the following command. rspec --seed 34885
- Loading branch information