//
//  UnitContainerTests.h
//  MealBuilder
//
//  Created by Phil Horowitz on 2/23/13.
//  Copyright (c) 2013 Phil Horowitz. All rights reserved.
//

#import <SenTestingKit/SenTestingKit.h>

@interface UnitContainerTests : SenTestCase

-(void) testToBaseUnit;
-(void) testToCompatibleUnitConverts;

@end
