mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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("#{Date.today.strftime('%Y')}")
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue