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

[Nimble] Addressed issues #30, 42, 47, 50 #51

Merged
merged 12 commits into from
Jun 18, 2014
Merged

[Nimble] Addressed issues #30, 42, 47, 50 #51

merged 12 commits into from
Jun 18, 2014

Conversation

bryanenders
Copy link
Member

No description provided.

@bryanenders bryanenders changed the title Addressed issue #47, added a beFalse() Nimble matcher [Nimble] Addressed issue #47, added a beFalse() matcher Jun 18, 2014
@bryanenders bryanenders reopened this Jun 18, 2014
@bryanenders bryanenders changed the title [Nimble] Addressed issue #47, added a beFalse() matcher [Nimble] Addressed issues #42, 47 Jun 18, 2014
@bryanenders bryanenders changed the title [Nimble] Addressed issues #42, 47 [Nimble] Addressed issues #30, 42, 47 Jun 18, 2014
@bryanenders
Copy link
Member Author

The screenshot will need to be updated to reflect the change from exampleGroups() to spec().

describe("failureMessage") {
it("says it expected the subject to be false") {
let message = matcher.failureMessage("Antoine Roquentin")
expect(message).to.equal("expected 'Antoine Roquentin' to be false")
Copy link
Member

Choose a reason for hiding this comment

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

Haha, not a showstopper or anything, but most of the other specs reference Game of Thrones 👑 ✨

@modocache
Copy link
Member

@endersstocker Cool, I see you've already taken care of the typo! My only other comment is on "expected \(actual) to not be false". I'll merge as soon as that's taken care of!

I'd also merge a pull request to change the test strings to Game of Thrones references, wink wink 😉

@bryanenders
Copy link
Member Author

@modocache That should do it.

@bryanenders bryanenders changed the title [Nimble] Addressed issues #30, 42, 47 [Nimble] Addressed issues #30, 42, 47, 50 Jun 18, 2014
}

context("and is not false") {
beforeEach { subject = "Petyr Baelish" }
Copy link
Member

Choose a reason for hiding this comment

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

Mm-hmm. Good stuff.

@modocache
Copy link
Member

@endersstocker Excellent! Thanks a ton!

modocache added a commit that referenced this pull request Jun 18, 2014
[Nimble] Addressed issues #30, 42, 47, 50
@modocache modocache merged commit a443d23 into Quick:master Jun 18, 2014
NachoSoto pushed a commit to NachoSoto/Quick that referenced this pull request Jul 18, 2016
contains() for objc matches strings correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants