Sha256: 56c5360be32b4eddfbb26ce5b76b6719dac68e5e538ae80e07ba1ccbdc524366

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require File.dirname(__FILE__) + '<%= '/..' * class_nesting_depth %>/../test_helper'
require '<%= file_path %>_adaptor'

class <%= class_name %>AdaptorTest < Test::Unit::TestCase

  #fixtures :your_table_name_here

  def setup
  end

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adaptation-0.0.9 lib/rails_generator/generators/components/adaptor/templates/functional_test.rb
adaptation-0.1.0 lib/rails_generator/generators/components/adaptor/templates/functional_test.rb
adaptation-0.1.1 lib/rails_generator/generators/components/adaptor/templates/functional_test.rb