Expecta matchers for NSDate
To run the example project; clone the repo, and run pod install
from the Example directory first.
NSDate *dateOne = [NSDate date];
NSDate *dateTwo = [NSDate date];
expect(dateOne).to.beSameDay(dateTwo);
Expecta+Dates is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "Expecta+Dates"
Expecta+Dates is available under the MIT license. See the LICENSE file for more info.