forked from External/greenlight
10 lines
170 B
Ruby
10 lines
170 B
Ruby
# Configure Shoulda-Matchers.
|
|
|
|
Shoulda::Matchers.configure do |config|
|
|
config.integrate do |with|
|
|
with.test_framework :rspec
|
|
|
|
with.library :rails
|
|
end
|
|
end
|