lib/venom/generators/workshop/Gemfile.tt in venom-0.0.2 vs lib/venom/generators/workshop/Gemfile.tt in venom-0.0.3
- old
+ new
@@ -1,9 +1,6 @@
gem 'cucumber'
-<% unless driver.downcase == 'no driver' -%>
-gem 'symbiont'
-<% end -%>
+<% if driver.downcase == 'symbiont' -%>gem 'symbiont'<% end -%><% if library == 'true' -%>
-<% if library == 'true' -%>
-gem 'require_all'
-<% end -%>
+
+gem 'require_all'<% end -%>
\ No newline at end of file