mirror of https://github.com/mastodon/mastodon
Simplify account model username presence validation spec (#31013)
parent
fcb83be8b2
commit
67faaf5557
@ -0,0 +1,8 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
Shoulda::Matchers.configure do |config|
|
||||||
|
config.integrate do |with|
|
||||||
|
with.test_framework :rspec
|
||||||
|
with.library :rails
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue