Skip to content

Commit

Permalink
Delete unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Mar 26, 2017
1 parent 2222eab commit 7a03a78
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/web/views/static/faq_spec.rb
Expand Up @@ -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

0 comments on commit 7a03a78

Please sign in to comment.