mirror of
https://github.com/github/rails.git
synced 2026-01-10 15:17:57 -05:00
documents how to run an individual test in AR
This commit is contained in:
@@ -32,5 +32,7 @@ being initialized - you can initialize the schema with:
|
||||
|
||||
rake test_mysql TEST=test/cases/aaa_create_tables_test.rb
|
||||
|
||||
The incantation for running a particular test looks like this
|
||||
|
||||
ruby -w -I"lib:test:test/connections/native_postgresql" test/cases/datatype_test_postgresql.rb -n test_timestamp_with_zone_values_without_rails_time_zone_support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user