File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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