diff --git a/spec/web/views/static/faq_spec.rb b/spec/web/views/static/faq_spec.rb index a59ca05..43f07f9 100644 --- a/spec/web/views/static/faq_spec.rb +++ b/spec/web/views/static/faq_spec.rb @@ -5,11 +5,4 @@ let(:template) { Hanami::View::Template.new('apps/web/templates/static/faq.html.slim') } let(:view) { described_class.new(template, exposures) } let(:rendered) { view.render } - - it 'exposes #foo' do - pending 'This is an auto-generated test. Edit it and add your own tests.' - - # Example - expect(view.foo).to eq exposures.fetch(:foo) - end end