mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 16:13:14 +01:00
7 lines
134 B
Ruby
7 lines
134 B
Ruby
|
Shoulda::Matchers.configure do |config|
|
||
|
config.integrate do |with|
|
||
|
with.test_framework :rspec
|
||
|
with.library :rails
|
||
|
end
|
||
|
end
|