Make subject of spec line up on one line to satisfy rubocop requirements
This commit is contained in:
parent
5a5069969c
commit
091aa95dbf
1 changed files with 2 additions and 4 deletions
|
@ -27,9 +27,7 @@ describe Repository do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe :commits_with_log_matching do
|
describe :commits_with_log_matching do
|
||||||
subject { repository.commits_with_log_matching('submodule').
|
subject { repository.commits_with_log_matching('submodule').map{|k| k.id} }
|
||||||
map{|k| k.id}
|
|
||||||
}
|
|
||||||
|
|
||||||
it { is_expected.to include('5937ac0a7beb003549fc5fd26fc247adbce4a52e') }
|
it { is_expected.to include('5937ac0a7beb003549fc5fd26fc247adbce4a52e') }
|
||||||
it { is_expected.to include('6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9') }
|
it { is_expected.to include('6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9') }
|
||||||
|
|
Loading…
Reference in a new issue