Commit 799b05e
authored
Fix "undefined method
* Fix "undefined method `configure` bug
Due to rake eagerly loading the jsonapi-rspec gem before the RSpec:Core module, configure isn't available when rspec.rb tries to use it. Requiring rspec/core resolves this issue.
* Add rspec-core to the dependency listconfigure bug (#21)1 parent 8192567 commit 799b05e
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments