Skip to content

Commit

Permalink
Updates spec hiearchy.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 15, 2016
1 parent c287aa4 commit f4a3429
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/command/deploy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 120,9 @@ module Pod

it 'should download source' do
downloader = DeployDownloader.new(nil)
DeployDownloader.stubs(:new).returns(downloader)
downloader.expects(:download)

DeployDownloader.stubs(:new).returns(downloader)
@command.run
end
end
Expand Down
File renamed without changes.
Empty file added spec/deploy_downloader_spec.rb
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit f4a3429

Please sign in to comment.