diff options
| author | Robert | 2017-07-10 22:19:01 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-10 22:32:00 +0200 | 
| commit | 25d99e6fc46db9a37fcbcae83b008ff96bc00520 (patch) | |
| tree | ae30ed535a2eda288fca628ec4b5c83470bc14a3 /spec/features/connection_links_spec.rb | |
| parent | 1ab9c3364ffcd777dae39bd9154dca031cc00db0 (diff) | |
| download | chouette-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.rb | 5 | 
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) } } | 
