Commit 126c0bc
committed
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 348851 parent ed730fc commit 126c0bc
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments