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