Skip to content

Commit

Permalink
add type feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kumojima committed Nov 14, 2024
1 parent 33a5eca commit 14c4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/issue_index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require File.expand_path('../rails_helper', __dir__)

RSpec.describe 'Issue Index Page' do
RSpec.feature 'Issue Index Page', type: :feature do
let!(:issue_with_pr) do
create(
:issue,
Expand Down

0 comments on commit 14c4e85

Please sign in to comment.