5 lines
86 B
Ruby
5 lines
86 B
Ruby
RSpec.configure do |config|
|
|
config.before(:suite) do
|
|
FactoryGirl.lint
|
|
end
|
|
end
|