Skip to content

Commit 3521738

Browse files
committed
Add a tag of RSpec as scrivito: true in order to skip test
1 parent 24cbdae commit 3521738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/features/sotechsha_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
require 'rails_helper'
33

4-
RSpec.feature "Sotechsha", type: :feature, retry: 3 do
4+
RSpec.feature "Sotechsha", type: :feature, scrivito: true, retry: 3 do
55

66
describe "GET /sotechsha/num" do
77
scenario "Quizzes should be permalink" do

0 commit comments

Comments
 (0)