Sha256: b27d1873e996111d06deef98a327ced36720c89eb6c2a206914f16882cefa3ec

Contents?: true

Size: 318 Bytes

Versions: 9

Compression:

Stored size: 318 Bytes

Contents

require 'helper'
require 'lib/activerecord_test_case'

class FinderTest < ActiveRecordTestCase
  # fixtures :topics, :replies, :users, :projects, :developers_projects

  def test_startup
    assert true
    # assert_respond_to_all Topic, %w(per_page paginate paginate_by_sql paginate_by_definition_in_class)
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ar_to_html_table-0.2.0 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.9 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.8 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.7 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.6 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.5 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.4 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.3 test/test_ar_to_html_table.rb
ar_to_html_table-0.1.2 test/test_ar_to_html_table.rb