Sha256: 145fbf19b876f2e0d1d4017ccefb0dde51e276e1cc6d3042fc754a4ecc0a4976

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

require 'test_helper'

class ImageTest < ActionDispatch::IntegrationTest
  test 'renders image inline' do
    get 'test/image'
    assert_response :success
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
direct_inject-0.1.0 test/integration/image_test.rb
direct_inject-0.0.1 test/integration/image_test.rb