diff options
Diffstat (limited to 'spec/features/networks_spec.rb')
| -rw-r--r-- | spec/features/networks_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/networks_spec.rb b/spec/features/networks_spec.rb index 523b2e898..75070e7fa 100644 --- a/spec/features/networks_spec.rb +++ b/spec/features/networks_spec.rb @@ -81,7 +81,7 @@ describe "Networks", :type => :feature do    #     click_link "Supprimer ce réseau"    #     page.evaluate_script('window.confirm = function() { return true; }')    #     click_button "Valider" -  #     page.should have_no_content(subject.name) +  #     expect(page).to have_no_content(subject.name)    #   end    # end | 
