mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
8 lines
88 B
Ruby
8 lines
88 B
Ruby
|
|
RSpec.configure do |config|
|
||
|
|
|
||
|
|
config.before(:suite) do
|
||
|
|
FactoryGirl.lint
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|