Skip to content

Commit

Permalink
システムスペックの生成
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiWatanabe824 committed Jun 9, 2024
1 parent 428604d commit 4a6e1ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/system/homes_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'rails_helper'

RSpec.describe "Homes", type: :system do
before do
driven_by(:rack_test)
end

pending "add some scenarios (or delete) #{__FILE__}"
end

0 comments on commit 4a6e1ca

Please sign in to comment.