aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/connection_links_spec.rb
diff options
context:
space:
mode:
authorRobert2017-07-10 22:19:01 +0200
committerRobert2017-07-10 22:32:00 +0200
commit25d99e6fc46db9a37fcbcae83b008ff96bc00520 (patch)
treeae30ed535a2eda288fca628ec4b5c83470bc14a3 /spec/features/connection_links_spec.rb
parent1ab9c3364ffcd777dae39bd9154dca031cc00db0 (diff)
downloadchouette-core-25d99e6fc46db9a37fcbcae83b008ff96bc00520.tar.bz2
Refs: #4021@1.5h; Added spec for incorrectly shown `Créer` button on calenders#index view and made them pass
Diffstat (limited to 'spec/features/connection_links_spec.rb')
-rw-r--r--spec/features/connection_links_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/features/connection_links_spec.rb b/spec/features/connection_links_spec.rb
index 524fbb89a..0325e6e1c 100644
--- a/spec/features/connection_links_spec.rb
+++ b/spec/features/connection_links_spec.rb
@@ -1,7 +1,4 @@
-# -*- coding: utf-8 -*-
-require 'spec_helper'
-
-describe "ConnectionLinks", :type => :feature do
+RSpec.describe "ConnectionLinks", :type => :feature do
login_user
let!(:connection_links) { Array.new(2) { create(:connection_link) } }