Run zone specs without settings

#475
This commit is contained in:
Artur Beljajev 2017-04-21 17:51:56 +03:00
parent 90f5093551
commit 8dd3f6e8af
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
require 'rails_helper'
RSpec.feature 'Deleting zone in admin area' do
RSpec.feature 'Deleting zone in admin area', settings: false do
given!(:zone) { create(:zone) }
background do