help travis to build

This commit is contained in:
Thorsten Böttger 2012-07-01 21:50:16 +12:00
parent 2ea4fc23be
commit ea6d4b0a44
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Dir[File.dirname(__FILE__) + "/../models/*.rb"].each { |f| require File.expand_path(f) }
Dir[File.dirname(__FILE__) + "/../models/*.rb"].sort.each { |f| require File.expand_path(f) }
class Foo
include AASM