lib/cypress.rb in cypress-on-rails-0.1 vs lib/cypress.rb in cypress-on-rails-0.1.1

- old
+ new

@@ -15,5 +15,9 @@ def self.configure(&block) yield configuration if block_given? end end + +if defined?(Rails) + require_relative './cypress/railtie' +end