Sha256: eaab93d03f30fc4914127c96d51eaf1b91e24ae562ebb6523957895d068b89c7

Contents?: true

Size: 442 Bytes

Versions: 11

Compression:

Stored size: 442 Bytes

Contents

require 'spec_helper'

describe 'first, last', type: :feature, sauce: true do
  # Currently failing, fixing
  # it 'should render first with a number argument' do
  #   store._messages << {body: 'hey, sup?'}
  #   store._messages << {body: 'not much'}
  #   store._messages << {body: 'you?'}
  #   store._messages << {body: 'just being awesome?'}
  #   store._messages << {body: 'writing some specs'}
  #
  #   visit '/first_last'
  # end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
volt-0.9.1 spec/integration/first_last_spec.rb
volt-0.9.1.pre5 spec/integration/first_last_spec.rb
volt-0.9.1.pre4 spec/integration/first_last_spec.rb
volt-0.9.1.pre3 spec/integration/first_last_spec.rb
volt-0.9.1.pre2 spec/integration/first_last_spec.rb
volt-0.9.1.pre1 spec/integration/first_last_spec.rb
volt-0.9.0 spec/integration/first_last_spec.rb
volt-0.9.0.pre7 spec/integration/first_last_spec.rb
volt-0.9.0.pre6 spec/integration/first_last_spec.rb
volt-0.9.0.pre5 spec/integration/first_last_spec.rb
volt-0.9.0.pre4 spec/integration/first_last_spec.rb