Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Move warnings from .rspec to spec_helper, Fixes #1571 #1572

Merged
merged 1 commit into from
Jun 3, 2014

Conversation

GeekOnCoffee
Copy link
Contributor

No description provided.

@@ -25,6 +25,10 @@
config.filter_run :focus
config.run_all_when_everything_filtered = true

# This setting enables warnings. It's recommended, but in some cases may
# be too noisy due to issues in dependencies.
# config.warnings = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The # here is unnecessary -- the entire section is commented out by being surrounded with =begin and =end. So this is effectively commenting it out twice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops. Fixed.

myronmarston added a commit that referenced this pull request Jun 3, 2014
Move warnings from .rspec to spec_helper, Fixes #1571
@myronmarston myronmarston merged commit 4da5bc8 into rspec:master Jun 3, 2014
@myronmarston
Copy link
Member

Thanks, @GeekOnCoffee!

myronmarston added a commit that referenced this pull request Jun 3, 2014
myronmarston added a commit that referenced this pull request Jun 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants