Skip to content

Commit

Permalink
Merge pull request #474 from jaredonline/redis-test-race-condition
Browse files Browse the repository at this point in the history
Issue #438
  • Loading branch information
cmeiklejohn committed Nov 4, 2012
2 parents 73bffcd + fd8584a commit a6fda50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/profiles_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ProfilesControllerTest < ActionController::TestCase
context "on GET to show" do
setup do
@rubygems = (0..10).map do |n|
create(:rubygem, :downloads => n * 100).tap do |rubygem|
create(:rubygem_with_downloads, :downloads => n * 100).tap do |rubygem|
create(:ownership, :rubygem => rubygem, :user => @user)
end
end.reverse
Expand Down

0 comments on commit a6fda50

Please sign in to comment.