Merge pull request #183 from ChrisBr/fix_social_events_test

Fix social events view test
This commit is contained in:
Christian Bruckmayer
2014-06-02 13:29:23 +02:00

View File

@@ -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