Skip to content

Commit f0202fc

Browse files
committed
Testing changes.
1 parent 8b3f47e commit f0202fc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

RUNNING_UNIT_TESTS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,4 @@ core ActiveRecord tests. Lastly, it is typically good practice to do your work
3838
on a local branch of our remote tracking branch.
3939

4040

41-
= Current Patches
42-
43-
These patches may need to be applied in a local topic branch of whatever stable
44-
branch you are testing of rails.
45-
46-
* 3-0-stable https://rails.lighthouseapp.com/projects/8994/tickets/5333
4741

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace :rvm do
7171
'ruby-1.8.6' => {:alias => 'sqlsvr186', :odbc => '0.99991'},
7272
'ruby-1.8.7' => {:alias => 'sqlsvr187', :odbc => '0.99991'},
7373
'ruby-1.9.1' => {:alias => 'sqlsvr191', :odbc => '0.99991'},
74-
'ruby-1.9.2' => {:alias => 'sqlsvr192', :odbc => '0.99992pre4'},
74+
'ruby-1.9.2' => {:alias => 'sqlsvr192', :odbc => '0.99992pre6'},
7575
'ree-1.8.7' => {:alias => 'sqlsvrree', :odbc => '0.99991'}
7676
}
7777

0 commit comments

Comments
 (0)