mirror of
https://github.com/openSUSE/osem.git
synced 2026-05-08 23:54:20 -04:00
Fix social events view test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user