Skip to content

Commit 741f452

Browse files
committed
[Rails3] Able to run individual tests in TextMate.
1 parent 008f9bb commit 741f452

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

RAILS3_NOTES

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ on a local branch of our remote tracking branch.
5353
Undefined coerced test: ChangeTableMigrationsTest#test_string_creates_string_column
5454
Undefined coerced test: NamedScopeTest#test_named_scopes_honor_current_scopes_from_when_defined
5555
Undefined coerced test: QueryCacheTest#test_cache_does_not_wrap_string_results_in_arrays
56-
56+
* Move all sqlserver_adapter/core_ext files to sqlserver/core_ext.
57+
* Make sure the repair special columns was good to go.
58+
* Possibly remove 2000 support and query methods.
59+
5760

5861

5962
= Arel Todo
@@ -134,13 +137,4 @@ on a local branch of our remote tracking branch.
134137
end
135138

136139

137-
= Adapter Todo
138-
139-
* Move all sqlserver_adapter/core_ext files to sqlserver/core_ext.
140-
* Make sure the repair special columns was good to go.
141-
* Possibly remove 2000 support and query methods.
142-
143-
144-
145-
146140

test/cases/sqlserver_helper.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
require 'models/topic'
2020
require 'active_record/version'
2121

22+
# SQLSERVER_TEST_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
23+
# SQLSERVER_ASSETS_ROOT = SQLSERVER_TEST_ROOT + "/assets"
24+
# SQLSERVER_FIXTURES_ROOT = SQLSERVER_TEST_ROOT + "/fixtures"
25+
# SQLSERVER_MIGRATIONS_ROOT = SQLSERVER_TEST_ROOT + "/migrations"
26+
# SQLSERVER_SCHEMA_ROOT = SQLSERVER_TEST_ROOT + "/schema"
27+
# ACTIVERECORD_TEST_ROOT = File.expand_path(File.join(ENV['RAILS_SOURCE'],'activerecord','test'))
28+
2229
ActiveRecord::Migration.verbose = false
2330

2431
# Defining our classes in one place as well as soem core tests that need coercing date/time types.

0 commit comments

Comments
 (0)