generators/handsoap/handsoap_generator.rb in troelskn-handsoap-0.2.5 vs generators/handsoap/handsoap_generator.rb in troelskn-handsoap-0.2.6
- old
+ new
@@ -30,12 +30,12 @@
m.directory "app"
m.directory "app/models"
m.file_contents "app/models/#{file_name}_service.rb" do |file|
file.write Handsoap::Compiler.compile_service(wsdl, protocol, :soap_actions)
end
- m.directory "tests"
- m.directory "tests/integration"
- m.file_contents "tests/integration/#{file_name}_service_test.rb" do |file|
+ m.directory "test"
+ m.directory "test/integration"
+ m.file_contents "test/integration/#{file_name}_service_test.rb" do |file|
file.write Handsoap::Compiler.compile_test(wsdl, protocol)
end
# TODO
# Ask user about which endpoints to use ?
# puts "Detected endpoints:"