Fix the test failures
This commit is contained in:
parent
50e876dd6f
commit
e85ecede4c
29 changed files with 232 additions and 232 deletions
|
|
@ -6,7 +6,7 @@ describe DateTimeHelper, type: :helper do
|
|||
|
||||
describe 'format_datetime' do
|
||||
it 'returns nothing if there is no parameter' do
|
||||
expect(format_datetime(nil)).to eq nil
|
||||
expect(format_datetime(nil)).to be_nil
|
||||
end
|
||||
|
||||
it 'returns formatted string' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue