Skip to content

Commit 557882c

Browse files
committed
Removing rake task as JODConverter should start OpenOffice or LibreOffice for you.
1 parent 28fef69 commit 557882c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Rakefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ task :test do
99
Dir['test/*/**/test_*.rb'].each {|test| require test }
1010
end
1111

12-
desc 'Launch OpenOffice for testing'
13-
task :openoffice do
14-
sh "/Applications/OpenOffice.org.app/Contents/MacOS/soffice.bin soffice -headless -accept=\"socket,host=127.0.0.1,port=8100;urp;\" -nofirststartwizard"
15-
end
16-
1712
namespace :gem do
1813

1914
desc 'Build and install the docsplit gem'

0 commit comments

Comments
 (0)