Sha256: adbbba5e78421eababd5fbd03b56998e397f75bcb40f54f9b10080f6db437c57

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'

class ItemsControllerTest < ActionController::TestCase
  tests ItemsController

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
interlock-1.4 test/integration/app/test/functional/items_controller_test.rb
interlock-1.0 test/integration/app/test/functional/items_controller_test.rb
interlock-1.1 test/integration/app/test/functional/items_controller_test.rb
interlock-1.2 test/integration/app/test/functional/items_controller_test.rb
interlock-1.3 test/integration/app/test/functional/items_controller_test.rb