We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
spec/javascripts/integration/contacts_spec.js.coffee
describe 'Contacts', -> beforeEach -> visit '/contacts' it 'header', -> find('.contacts-heading').text().should.equal 'contacts'
app/assets/javascripts/templates/contacts.hbs
<h2 class="contacts-heading">contacts</h2>