Skip to content

Commit

Permalink
Load VERSION file...
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Jan 6, 2011
1 parent cc2f00f commit 7b76120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/simplecov.rb
Expand Up @@ -113,6 +113,9 @@ def usable?
require 'simplecov/merge_helpers'
require 'simplecov/result_merger'
require 'simplecov/command_guesser'
require 'simplecov/version'

# Load formatter gem
require 'simplecov-html'

# Default configuration
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/result.rb
Expand Up @@ -6,7 +6,7 @@ module SimpleCov
# A simplecov code coverage result, initialized from the Hash Ruby 1.9's built-in coverage
# library generates (Coverage.result).
#
class Result
class Result
# Returns the original Coverage.result used for this instance of SimpleCov::Result
attr_reader :original_result
# Returns all files that are applicable to this result (sans filters!) as instances of SimpleCov::SourceFile. Aliased as :source_files
Expand Down

0 comments on commit 7b76120

Please sign in to comment.