diff options
| author | Luc Donnet | 2015-01-07 21:58:56 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-01-07 21:58:56 +0100 | 
| commit | baaed4653623cfc918ada7250c4fd879aad28893 (patch) | |
| tree | ec1e7da111c2ccd95f82013e2d40d6b455f80815 /spec/features/referentials_spec.rb | |
| parent | c39887f2e4f6a12ab3af205c58a1330d8b28f5e9 (diff) | |
| download | chouette-core-baaed4653623cfc918ada7250c4fd879aad28893.tar.bz2 | |
Fix spec and update devise usage
Diffstat (limited to 'spec/features/referentials_spec.rb')
| -rw-r--r-- | spec/features/referentials_spec.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/spec/features/referentials_spec.rb b/spec/features/referentials_spec.rb index d4a21479f..65225d28d 100644 --- a/spec/features/referentials_spec.rb +++ b/spec/features/referentials_spec.rb @@ -51,7 +51,6 @@ describe "Referentials", :type => :feature do      let(:referential) {  create(:referential, :organisation => @user.organisation) }       it "should remove referential" do -      pending "Unauthorized DELETE (ticket #14)"        visit referential_path(referential)        click_link "Supprimer"        expect(Referential.where(:slug => referential.slug)).to be_blank | 
