Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some general cleanup #389

Merged
merged 8 commits into from
Dec 14, 2013
Merged

Some general cleanup #389

merged 8 commits into from
Dec 14, 2013

Conversation

myronmarston
Copy link
Member

No description provided.

@@ -237,7 +237,7 @@ def o.send(*args); raise "DOH! Library developers shouldn't use #send!" end
o.should == o
}.not_to raise_error
end
end
end if false
Copy link
Member

Choose a reason for hiding this comment

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

Why are these here? Surely this prevents the spec running?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch. I meant this to be temporary while I was shuffling things around and renamed a couple constants. I pushed a fix.

@JonRowe
Copy link
Member

JonRowe commented Dec 14, 2013

Mostly just code shuffling right? I have one query about some if falses but otherwise LGTM

Lazy loading it with autoloading is nice since
it won't be even be used when folks use only
the `expect` syntax.
Given we are recommending the use of `expect`
in RSpec 3, no need to include `should` in
error messages.
myronmarston added a commit that referenced this pull request Dec 14, 2013
@myronmarston myronmarston merged commit ccdb666 into master Dec 14, 2013
@myronmarston myronmarston deleted the some-general-cleanup branch December 14, 2013 15:10
@myronmarston myronmarston mentioned this pull request Dec 14, 2013
myronmarston added a commit that referenced this pull request Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants