Skip to content

Commit

Permalink
Merge pull request #14057 from rajcybage/Ar_remove_unnecessary_fixtures
Browse files Browse the repository at this point in the history
Remove unused fixtures from sqlite3 test case
  • Loading branch information
carlosantoniodasilva committed Feb 14, 2014
2 parents 926781b + 680f7d9 commit 112b58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "cases/helper"

class CopyTableTest < ActiveRecord::TestCase
fixtures :customers, :companies, :comments, :binaries
fixtures :customers

def setup
@connection = ActiveRecord::Base.connection
Expand Down

0 comments on commit 112b58f

Please sign in to comment.