Fix social events view test
This commit is contained in:
parent
9e39fedf05
commit
6c0452758d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ describe 'admin/social_events/index' do
|
||||||
expect(rendered).to include('Lorem Ipsum Dolsum')
|
expect(rendered).to include('Lorem Ipsum Dolsum')
|
||||||
expect(rendered).to include("#{Date.today.strftime('%Y')}")
|
expect(rendered).to include("#{Date.today.strftime('%Y')}")
|
||||||
expect(rendered).to include("#{Date.today.strftime('%B')}")
|
expect(rendered).to include("#{Date.today.strftime('%B')}")
|
||||||
expect(rendered).to include("#{Date.today.strftime('%d')}")
|
expect(rendered).to include("#{Date.today.strftime('%-d')}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue