Sha256: 9754cb98e4534f3a70b4104367e8f1f0b2914f8fd1dec99a4226ec4e4cafb2ce

Contents?: true

Size: 164 Bytes

Versions: 9

Compression:

Stored size: 164 Bytes

Contents

require_relative 'helper'

scope 'component' do
  test 'app' do
    assert body('/app')['working']
  end

  test 'render' do
    assert body('/')['head']
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
roda-component-0.0.10 test/component_test.rb
roda-component-0.0.9 test/component_test.rb
roda-component-0.0.8 test/component_test.rb
roda-component-0.0.7 test/component_test.rb
roda-component-0.0.6 test/component_test.rb
roda-component-0.0.5 test/component_test.rb
roda-component-0.0.4 test/component_test.rb
roda-component-0.0.3 test/component_test.rb
roda-component-0.0.2 test/component_test.rb