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 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- ruby : ["2.7 ", "3.0 ", "3.1 "]
18
+ ruby : ["3.2 ", "3.3 ", "3.4 "]
19
19
runs-on : " ubuntu-latest"
20
20
continue-on-error : false
21
21
steps :
32
32
- uses : actions/checkout@v4
33
33
- uses : ruby/setup-ruby@v1
34
34
with :
35
- ruby-version : " 3.1 "
35
+ ruby-version : " 3.2 "
36
36
bundler-cache : true
37
37
- run : bundle exec rubocop
Original file line number Diff line number Diff line change 81
81
%(ruboty create issue "#{ title } " on #{ user } /#{ repository } )
82
82
end
83
83
84
- include_examples 'requires access token without access token'
84
+ it_behaves_like 'requires access token without access token'
85
85
86
86
context 'with access token' do
87
87
it 'creates a new issue with given title on given repository' do
115
115
%(ruboty search issues "#{ query } ")
116
116
end
117
117
118
- include_examples 'requires access token without access token'
118
+ it_behaves_like 'requires access token without access token'
119
119
120
120
context 'with access token' do
121
121
it 'search an issue with given query' do
169
169
1
170
170
end
171
171
172
- include_examples 'requires access token without access token'
172
+ it_behaves_like 'requires access token without access token'
173
173
174
174
context 'with closed issue' do
175
175
it 'replies so' do
You can’t perform that action at this time.
0 commit comments