1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unused fixtures from sqlite3 test cases

This commit is contained in:
Rajarshi Das 2014-02-14 16:36:45 +05:30
parent 7d897abecc
commit 680f7d906e

View file

@ -1,7 +1,7 @@
require "cases/helper"
class CopyTableTest < ActiveRecord::TestCase
fixtures :customers, :companies, :comments, :binaries
fixtures :customers
def setup
@connection = ActiveRecord::Base.connection