specs: add an actual test case to the Exercice spec
This fixes the "No timing found for 'spec/models/exercice_spec.rb'" warning message during specs.
This commit is contained in:
parent
a8c71f851e
commit
aaaf6f393b
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Exercice do
|
||||
describe 'validations' do
|
||||
it { is_expected.to validate_presence_of(:ca) }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue