Skip to content

Commit d8f4426

Browse files
committed
Documentation changes for running tests.
1 parent 90c7298 commit d8f4426

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

RUNNING_UNIT_TESTS.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Default testing uses DBLIB with TinyTDS.
1414
- http://twitpic.com/9bsj7z/full
1515
- http://twitpic.com/9bsjdx/full
1616
- http://twitpic.com/9bsjl7/full
17-
* $ git clone git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.git
1817
* $ bundle install
1918
* $ bundle exec rake test ACTIVERECORD_UNITTEST_HOST='my.db.net'
2019

@@ -28,18 +27,16 @@ The connection files make certain assumptions. For instance, the ODBC connection
2827

2928
## Cloning The Repos
3029

31-
Clone adapter git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.git. The master branch is the one under development for Rails 3, track the repos 2-3-stable branch for 2.x development.
32-
33-
The tests of this adapter depend on the existence of the Rails which under the 3.1 version and above is automatically cloned for you with bundler. However you can clone Rails from git://github.com/rails/rails.git and set the `RAILS_SOURCE` environment variable so bundler will use another local path instead.
30+
The tests of this adapter depend on the existence of the Rails which are automatically cloned for you with bundler. However you can clone Rails from git://github.com/rails/rails.git and set the `RAILS_SOURCE` environment variable so bundler will use another local path instead.
3431

3532
```
3633
$ git clone git://github.com/rails-sqlserver/activerecord-sqlserver-adapter.git
3734
```
3835

39-
Optionally, you an just let bundler do all the work and assuming there is a git tag for the Rails version, you can set `RAILS_VERSION` before bundling.
36+
Suggest just letting bundler do all the work and assuming there is a git tag for the Rails version, you can set `RAILS_VERSION` before bundling.
4037

4138
```
42-
$ export RAILS_VERSION='3.2.13'
39+
$ export RAILS_VERSION='4.2.0'
4340
$ bundle install
4441
```
4542

@@ -96,4 +93,3 @@ By default, Bundler will download the Rails git repo and use the git tag that ma
9693
## Current Expected Failures
9794

9895
* Misc Date/Time erros when using ODBC mode.
99-
* Misc Date/Time erros when testing SQL Server 2005.

0 commit comments

Comments
 (0)