Files
ReactiveViewModel/ReactiveViewModelTests/RVMTestSpec.m
2013-06-30 23:47:14 -07:00

16 lines
239 B
Objective-C

//
// RVMTestSpec.m
// ReactiveViewModel
//
// Created by Justin Spahr-Summers on 2013-06-30.
// Copyright (c) 2013 GitHub. All rights reserved.
//
SpecBegin(RVMTest)
it(@"should succeed", ^{
expect(YES).to.beTruthy();
});
SpecEnd