Skip to content

Commit

Permalink
Update second curtain
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jul 1, 2015
1 parent 51df4d8 commit 6a3891e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Artsy Tests/ARAppSearchViewControllerSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ - (void)closeSearch:(id)sender;
});

context(@"with no results", ^{
itHasAsyncronousSnapshotsForDevices(@"displays zero state", ^{
itHasAsyncronousSnapshotsForDevicesWithName(@"displays zero state", ^{

sharedBefore();
sut.searchDataSource.searchResults = [NSOrderedSet orderedSetWithObjects:[SearchResult modelWithJSON:@{
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end
group :test do
gem 'fui'
gem 'xcpretty'
gem 'second_curtain'
gem 'second_curtain', :git => "[email protected]:ashfurrow/second_curtain.git", :branch => "improved_parse"
end

group :distribution do
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: [email protected]:ashfurrow/second_curtain.git
revision: 2f388f5aca8496c14c4c72ac5a726529b7dedb80
branch: improved_parse
specs:
second_curtain (0.4.0)
aws-sdk-v1 (~> 1.52)
mustache (~> 0.99)

GIT
remote: https://github.com/alloy/cocoapods-keys.git
revision: 60a23f0b3b3ef7c055386417d94111795a2ec456
Expand Down Expand Up @@ -211,9 +220,6 @@ GEM
rack-test (0.6.3)
rack (>= 1.0)
rubyzip (1.1.7)
second_curtain (0.4.0)
aws-sdk-v1 (~> 1.52)
mustache (~> 0.99)
security (0.1.3)
shenzhen (0.14.1)
aws-sdk (~> 1.0)
Expand Down Expand Up @@ -267,7 +273,7 @@ DEPENDENCIES
fastlane
fui
houston
second_curtain
second_curtain!
shenzhen
xcpretty

Expand Down

0 comments on commit 6a3891e

Please sign in to comment.