mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix typo in VCR cassette name
This commit is contained in:
@@ -7,7 +7,7 @@ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
|
||||
RSpec.configure do |config|
|
||||
config.around(:each) do |example|
|
||||
# The DFC Connector fetches the context when loaded.
|
||||
VCR.use_cassette("dfc-conext") do
|
||||
VCR.use_cassette("dfc-context") do
|
||||
example.run
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user