Skip to content

Commit 3488570

Browse files
author
Anna
committed
remove requirement
1 parent 49654ed commit 3488570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
# If you have trouble running single tests (errors about requirements):
1616
# http://veganswithtypewriters.net/blog/2013/06/29/weirdness-with-rake-solved/
1717
def test_files
18-
test_setup = ["test/cases/sqlserver_helper.rb", "test/cases/aaaa_create_tables_test_sqlserver.rb"]
18+
test_setup = ["test/cases/sqlserver_helper.rb"]
1919
return test_setup+(ENV['TEST_FILES']).split(',').sort if ENV['TEST_FILES']
2020
sqlserver_cases = Dir.glob("test/cases/**/*_test_sqlserver.rb").sort
2121
ar_path = Gem.loaded_specs['activerecord'].full_gem_path

0 commit comments

Comments
 (0)