aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/connection_links_spec.rb
diff options
context:
space:
mode:
authorRobert2017-10-27 12:49:47 +0200
committerRobert2017-10-31 19:08:52 +0100
commite0d52eef6b0c48e646cfc7e03322647b1a15181f (patch)
tree6dceb4dba9cbe89e420b7bdd4dfbfbf3db853431 /spec/features/connection_links_spec.rb
parent63f3a7838140b2cac5dfca7cc80cb78f2c369c69 (diff)
downloadchouette-core-e0d52eef6b0c48e646cfc7e03322647b1a15181f.tar.bz2
Refs: #4774;
DB Setup for specs
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) } }