about summary refs log tree commit diff
path: root/spec/models/remote_follow_spec.rb
diff options
context:
space:
mode:
authorysksn <bluewhale1982@gmail.com>2017-11-17 10:52:30 +0900
committerYamagishi Kazutoshi <ykzts@desire.sh>2017-11-17 10:52:30 +0900
commit9dd5e329ab5edab705c5622bc97f93bd5c50976b (patch)
tree4b84681131e58107ffeebac9412f7577f93fbaf1 /spec/models/remote_follow_spec.rb
parent3e90987c8b0c620b6fc104350b8eb16d17d7e80a (diff)
Remove empty strings (#5732)
Diffstat (limited to 'spec/models/remote_follow_spec.rb')
-rw-r--r--spec/models/remote_follow_spec.rb2
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