Sha256: 42fda7e3a92f4577e306afd197a1479f7a6a82bd9d85baef272a9bd5714234be

Contents?: true

Size: 212 Bytes

Versions: 5

Compression:

Stored size: 212 Bytes

Contents

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

class EvalControllerTest < ActionController::TestCase
  tests EvalController

  # 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/eval_controller_test.rb
interlock-1.0 test/integration/app/test/functional/eval_controller_test.rb
interlock-1.1 test/integration/app/test/functional/eval_controller_test.rb
interlock-1.2 test/integration/app/test/functional/eval_controller_test.rb
interlock-1.3 test/integration/app/test/functional/eval_controller_test.rb