diff --git a/spec/views/layouts/application.haml_spec.rb b/spec/views/layouts/application.haml_spec.rb deleted file mode 100644 index 4b337429..00000000 --- a/spec/views/layouts/application.haml_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'spec_helper' - -describe 'layouts/application.haml' do - let(:conference) { create(:conference) } - - it 'assigns a class to the body identifying the current conference' do - assign(:conference, conference) - render - expect(rendered).to have_selector("body.conference-#{conference.short_title}") - end -end