diff options
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/remote_follow_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/remote_follow_spec.rb b/spec/models/remote_follow_spec.rb index 7a4597ee7..72c580f9f 100644 --- a/spec/models/remote_follow_spec.rb +++ b/spec/models/remote_follow_spec.rb @@ -35,7 +35,7 @@ RSpec.describe RemoteFollow do context 'attrs with acct' do let(:attrs) { { acct: 'gargron@quitter.no' }} - + it do is_expected.to be true end |