5 lines
105 B
Ruby
5 lines
105 B
Ruby
RSpec.configure do |config|
|
|
config.before(:each, :repository) do
|
|
TestEnv.clean_test_path
|
|
end
|
|
end
|