Skip to content

Commit 78f15fa

Browse files
committed
Using AREL in unit tests is not necessary.
1 parent c5bc0ff commit 78f15fa

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

RUNNING_UNIT_TESTS

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,17 @@ Clone adapter git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.gi
2121
The master branch is the one under development for rails 3, track the repos 2-3-stable
2222
branch for 2.x development.
2323

24-
The tests of this adapter depend on the existence of the rails and/or arel source
25-
which can be cloned at git://github.com/rails/rails.git and git://github.com/rails/arel.git
24+
The tests of this adapter depend on the existence of the rails which can be cloned at
25+
git://github.com/rails/rails.git
2626

27-
Once you have cloned these repos set the RAILS_SOURCE and AREL environment variables
28-
to their full path. For instance:
27+
Once you have cloned these repos set the RAILS_SOURCE environment variable to its
28+
full path. For instance:
2929

3030
∴ echo $RAILS_SOURCE
3131
/Users/kencollins/Repositories/rails
3232

33-
∴ echo $AREL
34-
/Users/kencollins/Repositories/arel
35-
3633
Do not forget to checkout the version tags of each repo that match either our gemspec
37-
or what version your tests target. For instance, v3.0.3 tag for ActiveRecord and
38-
v2.0.7 for ARel.
34+
or what version your tests target. For instance, v3.0.3 tag for Rails/ActiveRecord.
3935

4036

4137
= Setup Connection Mode

0 commit comments

Comments
 (0)