Skip to content

Commit efe9cf2

Browse files
committed
fix: tests
1 parent e992ea4 commit efe9cf2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gemfile:
88
- gem: ruby-augeas
99
spec/spec_helper.rb:
1010
spec_overrides:
11+
- "require 'fixtures/modules/augeasproviders_core/spec/support/spec/psh_fixtures'"
1112
- "require 'augeas_spec'"
1213
- "# augeasproviders: setting $LOAD_PATH to work around broken type autoloading"
1314
- "$LOAD_PATH.unshift(File.join(__dir__, 'fixtures/modules/augeasproviders_core/lib'))"

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
end
2323
end
2424

25+
require 'fixtures/modules/augeasproviders_core/spec/support/spec/psh_fixtures'
2526
require 'augeas_spec'
2627

2728
# augeasproviders: setting $LOAD_PATH to work around broken type autoloading

0 commit comments

Comments
 (0)