mirror of
https://github.com/zhigang1992/ReactiveViewModel.git
synced 2026-01-12 22:51:31 +08:00
16 lines
239 B
Objective-C
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
|