remove venmo project from tests :)

This commit is contained in:
Mark Larsen
2014-05-01 00:55:02 -07:00
parent cc96b06fb9
commit dbdbf5aaf0

View File

@@ -7,11 +7,6 @@ describe Synxronize::Project do
Synxronize::Project.open(path)
end
let(:venmo_synx_project) do
path = File.join(ENV["HOME"], 'github.braintreeps.com/venmo-iphone-2/VenmoIOS/Venmo.xcodeproj')
Synxronize::Project.open(path)
end
describe "#sync" do
end
@@ -19,9 +14,6 @@ describe Synxronize::Project do
end
describe "#sync_file" do
it "" do
venmo_synx_project.sync
end
end
describe "#root_pathname" do