Sha256: 3530842b79d6b591e444466a423b8d526b0cede578dd77d7ed6854e3f17dd610

Contents?: true

Size: 339 Bytes

Versions: 16

Compression:

Stored size: 339 Bytes

Contents

require 'test_helper'

class ImagesShowIndexTest < ActionDispatch::IntegrationTest

  setup do
    visit(lentil.image_path lentil_images(:one))
  end

  # This is important otherwise there is some strange reloading that goes on
  test "should have a class on the body" do
    assert page.has_selector?('body.lentil-images_show')
  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lentil-0.3.1 test/integration/lentil/images_show_test.rb
lentil-0.3.0 test/integration/lentil/images_show_test.rb
lentil-0.2.3 test/integration/lentil/images_show_test.rb
lentil-0.2.2 test/integration/lentil/images_show_test.rb
lentil-0.2.1 test/integration/lentil/images_show_test.rb
lentil-0.2.0 test/integration/lentil/images_show_test.rb
lentil-0.1.8 test/integration/lentil/images_show_test.rb
lentil-0.1.7 test/integration/lentil/images_show_test.rb
lentil-0.1.6 test/integration/lentil/images_show_test.rb
lentil-0.1.3 test/integration/lentil/images_show_test.rb
lentil-0.1.2 test/integration/lentil/images_show_test.rb
lentil-0.1.1 test/integration/lentil/images_show_test.rb
lentil-0.1.0 test/integration/lentil/images_show_test.rb
lentil-0.0.3.pre test/integration/lentil/images_show_test.rb
lentil-0.0.2.pre test/integration/lentil/images_show_test.rb
lentil-0.0.1.pre test/integration/lentil/images_show_test.rb