diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-11 01:49:05 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-11-11 01:50:42 +0530 |
commit | b9aaa317cfa56a68b406181a93d9e11b8560f9a1 (patch) | |
tree | f81ca57bc7ed00d1436907475ffa4e9efc39534b /railties | |
parent | 9ce5d5155bc394fbd076203b14fbd8d83d10caf2 (diff) | |
download | rails-b9aaa317cfa56a68b406181a93d9e11b8560f9a1.tar.gz rails-b9aaa317cfa56a68b406181a93d9e11b8560f9a1.tar.bz2 rails-b9aaa317cfa56a68b406181a93d9e11b8560f9a1.zip |
update ci file name in contributing guide
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index 4d84c50e2a..80c3cf6e1a 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -200,7 +200,7 @@ $ bundle exec rake test will now run the four of them in turn. -You can also invoke +test_jdbcmysql+, +test_jdbcsqlite3+ or +test_jdbcpostgresql+. Check out the file +activerecord/RUNNING_UNIT_TESTS+ for information on running more targeted database tests, or the file +ci/ci_build.rb+ to see the test suite that the continuous integration server runs. +You can also invoke +test_jdbcmysql+, +test_jdbcsqlite3+ or +test_jdbcpostgresql+. Check out the file +activerecord/RUNNING_UNIT_TESTS+ for information on running more targeted database tests, or the file +ci/travis.rb+ to see the test suite that the continuous integration server runs. h4. Older versions of Ruby on Rails |