Skip to content

Commit

Permalink
309 -> 3010 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
paneq committed Aug 23, 2011
1 parent 3b662ac commit 1d1281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/reload_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run_cmd(command)
class ReloadTest < Bbq::TestCase
include FileCommandHelper

%w(309 310rc5).each_with_index do |version, index|
%w(3010 310rc5).each_with_index do |version, index|
define_method(:"test_rails#{version}") do
app_port = 8898 + index
app_root = File.expand_path( File.join(File.dirname(__FILE__), '..', "dummy#{version}") )
Expand Down

0 comments on commit 1d1281d

Please sign in to comment.