Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 23, 2012
1 parent c9b4ead commit 593c2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/running_man/block.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_once(binding)
end

# This sets the instance variables set from #run_once on the test case.
#
#
# binding - The same Object that is given to #run.
#
# Returns nothing.
Expand Down
2 changes: 1 addition & 1 deletion test/running_man/block_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def test_sets_ivar_from_block
def test_again
self.class.test_calls += 1
end
end
end

0 comments on commit 593c2c7

Please sign in to comment.