lib/venom/generators/workshop/driver.rb.tt in venom-0.0.3 vs lib/venom/generators/workshop/driver.rb.tt in venom-0.0.4
- old
+ new
@@ -3,10 +3,13 @@
<% end -%><% if driver.downcase == 'symbiont' %>require 'symbiont'
require 'symbiont/factory'
<% if library == 'true' -%>
require 'require_all'
-require_all 'lib'
+begin
+ require_all 'lib'
+rescue LoadError
+end
<% end -%>
module Symbiont
module Browser
def self.start
\ No newline at end of file