mirror of
https://github.com/zhigang1992/synx.git
synced 2026-01-12 22:52:53 +08:00
remove venmo project from tests :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user