Skip to content

Commit

Permalink
add type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kumojima committed Nov 14, 2024
1 parent 33a5eca commit bf618f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion spec/requests/hooks_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 'POST /redmine_github/webhook/' do
RSpec.describe 'POST /redmine_github/webhook/', type: :request do
describe 'handle' do
shared_examples 'call handler with correct arguments and return http ok' do
it {
Expand Down

0 comments on commit bf618f3

Please sign in to comment.