Skip to content

Commit

Permalink
Some additional changes to test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedrabbit committed Apr 18, 2015
1 parent 917a89c commit 83e9d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KVNProgress/KVNProgress-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>191</string>
<string>193</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
4 changes: 2 additions & 2 deletions KVNProgressTests/KVNProgressConfigurationTestsSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

});

describe(@"default properties for non-fullscreen HUD", ^{
describe(@"default properties should not be nil", ^{

__block KVNProgressConfiguration *testConfiguration;
beforeAll(^{
testConfiguration = [KVNProgressConfiguration defaultConfiguration];
});

it(@"Should have it's default properties set", ^{
it(@"Should have it's default color and size properties set", ^{

expect(testConfiguration.backgroundFillColor).to.equal ([UIColor colorWithWhite:1.0f alpha:0.85f]);

Expand Down

0 comments on commit 83e9d09

Please sign in to comment.