Skip to content

Commit

Permalink
fixed grammatical error it tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDervishi committed Jul 31, 2023
1 parent 70a8f33 commit 47441dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/results_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def self.test_unauthorized(route_name)
create :flexible_mark, criterion: criterion, result: grouping3.current_result, assignment: assignment, mark: 3
end

context 'when a single criteria specified' do
context 'when a single criteria is specified' do
context 'when only min is specified' do
before(:each) { mark2a.update(mark: 0) }
it 'should not select the next grouping whose result does not satisfy the conditions' do
Expand Down

0 comments on commit 47441dc

Please sign in to comment.