Navigation Menu

Skip to content

Commit

Permalink
actually use the variable I created. 💣 thanks @exviva
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 16, 2012
1 parent 15daa14 commit ccbd201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/migrator_test.rb
Expand Up @@ -274,7 +274,7 @@ def m(name, version, &block)


def sensors(count) def sensors(count)
calls = [] calls = []
migrations = 3.times.map { |i| migrations = count.times.map { |i|
m(nil, i) { |c,migration| m(nil, i) { |c,migration|
calls << [c, migration.version] calls << [c, migration.version]
} }
Expand Down

0 comments on commit ccbd201

Please sign in to comment.