Skip to content

Commit

Permalink
answer questions
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Jun 13, 2016
1 parent 91acd3a commit 21a9fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/default/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
it "should work if you just keep hitting enter" do
FileUtils::mkdir_p 'spec/staging'
Dir.chdir('spec/staging') do
puts "Vendoring with default settings"
puts "Vendoring with simple settings"
path = Dir.pwd + '/../mock:' + ENV['PATH']
command = "bundle exec pod lib create --verbose --template-url='file://#{Dir.pwd}/../../' TestPod"
Open3.popen2e({'PATH' => path}, command) { |stdin, stdout_and_stderr, wait_thr|
stdin.write "\n\n\n\n\n\n\n"
stdin.write "Bob Smith\n[email protected]\n\n\n\n\n\n"
stdin.close
print stdout_and_stderr.readlines.join {"\n"}
}
Expand Down

0 comments on commit 21a9fe2

Please sign in to comment.