lib/xcodeproject/spec/spec_helper.rb in xcodeproject-0.1.1 vs lib/xcodeproject/spec/spec_helper.rb in xcodeproject-0.2.3

- old
+ new

@@ -32,10 +32,10 @@ proj_source_dir = "#{File.dirname(__FILE__)}/../resources/example" %x{ rm -vr #{example_project_dir} } %x{ cp -vr #{proj_source_dir} #{example_sandbox_path} } - XCodeProject::Project.new(example_project_bundle_path) + XcodeProject::Project.new(example_project_bundle_path) end def example_sandbox_path; Pathname.new('/tmp/example_sandbox') end def example_empty_sandbox_path; Pathname.new('/tmp/example_sandbox_empty') end def example_project_dir; example_sandbox_path.join('example') end