We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0559b2 commit eda4f60Copy full SHA for eda4f60
kubernetes/spec/helpers/file_fixtures.rb
@@ -31,6 +31,6 @@ def file_fixture(fixture_name)
31
end
32
33
34
- extend FileFixtures
+ Object.include FileFixtures
35
36
kubernetes/spec/spec_helper.rb
@@ -12,6 +12,7 @@
12
13
# load the gem
14
require 'kubernetes'
15
+require 'helpers/file_fixtures'
16
17
# The following was generated by the `rspec --init` command. Conventionally, all
18
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
0 commit comments