Skip to content

Commit

Permalink
Move feature specs for kiwi images under spec/features
Browse files Browse the repository at this point in the history
The directory of the cassettes was renamed to follow the changes in the
feature specs.
  • Loading branch information
dmarcoux committed Sep 9, 2019
1 parent 32164c8 commit 6db0d93
Show file tree
Hide file tree
Showing 5 changed files 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_Kiwi_Images', type: :feature, js: true, vcr: true do
RSpec.feature 'Kiwi_Images', type: :feature, js: true, vcr: true do
let(:user) { create(:confirmed_user, :with_home, login: 'tom') }
let(:project) { user.home_project }
let(:kiwi_image) { create(:kiwi_image_with_package, with_kiwi_file: true, project: project, package_name: 'package_with_kiwi_file') }
Expand Down

0 comments on commit 6db0d93

Please sign in to comment.