Commit 091aa95d authored by Mike Chmielewski's avatar Mike Chmielewski Committed by Michael Chmielewski

Make subject of spec line up on one line to satisfy rubocop requirements

parent 5a506996
......@@ -27,9 +27,7 @@ describe Repository do
end
describe :commits_with_log_matching do
subject { repository.commits_with_log_matching('submodule').
map{|k| k.id}
}
subject { repository.commits_with_log_matching('submodule').map{|k| k.id} }
it { is_expected.to include('5937ac0a7beb003549fc5fd26fc247adbce4a52e') }
it { is_expected.to include('6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9') }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment