Skip to content

Commit

Permalink
#32 Added failing test for a new uitableview category
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveFortune committed Nov 17, 2014
1 parent 64cc5b5 commit bc3a44b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Demo/BetweenKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
14CCCFCB9F1F4C51A34244FD /* libPods-BetweenKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6ED897CA3FFE4D2C80F8598E /* libPods-BetweenKit.a */; };
4633303D1A194AEB00EBE25D /* I3DragDataSourceFixtures.m in Sources */ = {isa = PBXBuildFile; fileRef = 4633303C1A194AEB00EBE25D /* I3DragDataSourceFixtures.m */; };
4633303F1A194BC800EBE25D /* I3CollectionFixture.m in Sources */ = {isa = PBXBuildFile; fileRef = 4633303E1A194BC800EBE25D /* I3CollectionFixture.m */; };
463330411A1A205B00EBE25D /* UITableView+I3Collection.m in Sources */ = {isa = PBXBuildFile; fileRef = 463330401A1A205B00EBE25D /* UITableView+I3Collection.m */; };
467AFC8619C5E20D00FFD1F4 /* LICENSE.md in Resources */ = {isa = PBXBuildFile; fileRef = 467AFC8519C5E20D00FFD1F4 /* LICENSE.md */; };
467AFC8819C5F0F000FFD1F4 /* I3GestureCoordinatorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 467AFC8719C5F0F000FFD1F4 /* I3GestureCoordinatorTests.m */; };
46866CFB19D42E1E00C45CCD /* I3DragArenaTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 46866CFA19D42E1E00C45CCD /* I3DragArenaTest.m */; };
Expand Down Expand Up @@ -50,6 +51,7 @@
4633303B1A194AEB00EBE25D /* I3DragDataSourceFixtures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = I3DragDataSourceFixtures.h; sourceTree = "<group>"; };
4633303C1A194AEB00EBE25D /* I3DragDataSourceFixtures.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = I3DragDataSourceFixtures.m; sourceTree = "<group>"; };
4633303E1A194BC800EBE25D /* I3CollectionFixture.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = I3CollectionFixture.m; sourceTree = "<group>"; };
463330401A1A205B00EBE25D /* UITableView+I3Collection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+I3Collection.m"; sourceTree = "<group>"; };
467AFC8519C5E20D00FFD1F4 /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE.md; path = ../LICENSE.md; sourceTree = "<group>"; };
467AFC8719C5F0F000FFD1F4 /* I3GestureCoordinatorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = I3GestureCoordinatorTests.m; sourceTree = "<group>"; };
46866CFA19D42E1E00C45CCD /* I3DragArenaTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = I3DragArenaTest.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -199,6 +201,7 @@
46B5AAA219CE433200A51694 /* I3TableViewTests.m */,
46A1877F19CF5DC20061B355 /* I3CloneViewTest.m */,
46866CFA19D42E1E00C45CCD /* I3DragArenaTest.m */,
463330401A1A205B00EBE25D /* UITableView+I3Collection.m */,
);
path = Tests;
sourceTree = "<group>";
Expand Down Expand Up @@ -412,6 +415,7 @@
buildActionMask = 2147483647;
files = (
46A1878019CF5DC20061B355 /* I3CloneViewTest.m in Sources */,
463330411A1A205B00EBE25D /* UITableView+I3Collection.m in Sources */,
467AFC8819C5F0F000FFD1F4 /* I3GestureCoordinatorTests.m in Sources */,
4633303F1A194BC800EBE25D /* I3CollectionFixture.m in Sources */,
46866CFB19D42E1E00C45CCD /* I3DragArenaTest.m in Sources */,
Expand Down
16 changes: 16 additions & 0 deletions Demo/Tests/UITableView+I3Collection.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// UITableView+I3Collection.m
// BetweenKit
//
// Created by Stephen Fortune on 17/11/2014.
// Copyright (c) 2014 stephen fortune. All rights reserved.
//

#import <BetweenKit/UITableView+I3Collection.h>


SpecBegin(UITableViewI3Collection)



SpecEnd

0 comments on commit bc3a44b

Please sign in to comment.