From 25d99e6fc46db9a37fcbcae83b008ff96bc00520 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 10 Jul 2017 22:19:01 +0200 Subject: Refs: #4021@1.5h; Added spec for incorrectly shown `Créer` button on calenders#index view and made them pass --- spec/features/connection_links_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec/features/connection_links_spec.rb') 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) } } -- cgit v1.2.3