Skip to content

Commit

Permalink
Move image templates feature specs under spec/features/webui
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcoux committed Sep 4, 2019
1 parent aa6b66c commit 2d6409f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'browser_helper'

RSpec.feature 'Bootstrap_ImageTemplates', type: :feature, js: true, vcr: true do
RSpec.feature 'ImageTemplates', type: :feature, js: true, vcr: true do
let!(:user) { create(:confirmed_user, :with_home, login: 'tom') }

context 'branching' do
Expand Down

0 comments on commit 2d6409f

Please sign in to comment.