aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/connection_links_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/connection_links_spec.rb')
-rw-r--r--spec/features/connection_links_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/connection_links_spec.rb b/spec/features/connection_links_spec.rb
index 7272242fe..2f6283dcd 100644
--- a/spec/features/connection_links_spec.rb
+++ b/spec/features/connection_links_spec.rb
@@ -1,4 +1,4 @@
-RSpec.describe "ConnectionLinks", :type => :feature do
+RSpec.describe "ConnectionLinks", type: :feature do
login_user
let!(:connection_links) { Array.new(2) { create(:connection_link) } }