File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- ruby : ["2.7 ", "3.0 ", "3.1 "]
18+ ruby : ["3.2 ", "3.3 ", "3.4 "]
1919 runs-on : " ubuntu-latest"
2020 continue-on-error : false
2121 steps :
3232 - uses : actions/checkout@v4
3333 - uses : ruby/setup-ruby@v1
3434 with :
35- ruby-version : " 3.1 "
35+ ruby-version : " 3.2 "
3636 bundler-cache : true
3737 - run : bundle exec rubocop
Original file line number Diff line number Diff line change 8181 %(ruboty create issue "#{ title } " on #{ user } /#{ repository } )
8282 end
8383
84- include_examples 'requires access token without access token'
84+ it_behaves_like 'requires access token without access token'
8585
8686 context 'with access token' do
8787 it 'creates a new issue with given title on given repository' do
115115 %(ruboty search issues "#{ query } ")
116116 end
117117
118- include_examples 'requires access token without access token'
118+ it_behaves_like 'requires access token without access token'
119119
120120 context 'with access token' do
121121 it 'search an issue with given query' do
169169 1
170170 end
171171
172- include_examples 'requires access token without access token'
172+ it_behaves_like 'requires access token without access token'
173173
174174 context 'with closed issue' do
175175 it 'replies so' do
You can’t perform that action at this time.
0 commit comments