We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c420b commit bbcd4efCopy full SHA for bbcd4ef
spec/system/examples_spec.rb
@@ -1,6 +1,6 @@
1
require "rails_helper"
2
3
-RSpec.xdescribe "Examples", type: :system do
+RSpec.describe "Examples", :slow, type: :system do
4
it "shows an example" do
5
visit example_path("hello_ruby")
6
0 commit comments