rubocop
Here are 262 public repositories matching this topic...
Consider the let
naming as subject
an offence:
let(:subject) { described_class.new }
describe '#result' do
it 'returns forty two' do
expect(subject.result).to eq 42
end
end
-
Updated
Jun 27, 2021 - Ruby
-
Updated
Jun 23, 2021 - Ruby
-
Updated
Oct 29, 2020 - Vim script
The View Scores page, when you click on a submission, brings up a tabbed table that has Teammate Reviews as one of the tabs. Click on that tab, and you will see a list of team members. Clicking on their names brings up a set of reviews ... but are these reviews BY that team member, or reviews OF that team member's contribution? The view should say which.
. It's fair to say that omitting the colon is also a well-established