Skip to content

Commit

Permalink
Podfile stubs now include a dummy xcodeproj setting
Browse files Browse the repository at this point in the history
  • Loading branch information
subdigital committed Mar 9, 2012
1 parent 559f73f commit ddc7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/target_installer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@target_definition = stub('target', :lib_name => "FooLib")

platform = Pod::Platform.new(:ios)
@podfile = stub('podfile', :platform => platform, :generate_bridge_support? => false)
@podfile = stub('podfile', :platform => platform, :xcodeproj => "dummy.xcodeproj", :generate_bridge_support? => false)

@project = Pod::Project.for_platform(platform)
@project.main_group.groups.new('name' => 'Targets Support Files')
Expand Down

0 comments on commit ddc7ff4

Please sign in to comment.