Skip to content

Commit

Permalink
Cleanup after #1337
Browse files Browse the repository at this point in the history
Just dropping some lines off for those settings that are self
explanatory accessors.

[skip ci]
  • Loading branch information
JonRowe committed Feb 23, 2014
1 parent 97e1fb4 commit 3e50989
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/rspec/core/world.rb
Expand Up @@ -40,8 +40,6 @@ def reset
end

# @api private
#
# Get current filter manager
def filter_manager
@configuration.filter_manager
end
Expand All @@ -55,15 +53,11 @@ def register(example_group)
end

# @api private
#
# Get inclusion filter
def inclusion_filter
@configuration.inclusion_filter
end

# @api private
#
# Get exclusion filter
def exclusion_filter
@configuration.exclusion_filter
end
Expand Down Expand Up @@ -93,8 +87,6 @@ def preceding_declaration_line(filter_line)
end

# @api private
#
# Get reporter instance
def reporter
@configuration.reporter
end
Expand Down

0 comments on commit 3e50989

Please sign in to comment.