Skip to content

Commit bbcd4ef

Browse files
committed
Add :slow tag to example specs for filter by tag
Use "bin/verify --tag ~@slow" to exclude tests tagged as :slow.
1 parent 25c420b commit bbcd4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/examples_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "rails_helper"
22

3-
RSpec.xdescribe "Examples", type: :system do
3+
RSpec.describe "Examples", :slow, type: :system do
44
it "shows an example" do
55
visit example_path("hello_ruby")
66

0 commit comments

Comments
 (0)