Sha256: 3004da3a91c7b371f411b1abf0dfc4267642238e9c48f6170618fdc6faf589e5

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

<%- if rspec? -%>
# Load the blueprints from over in spec support.
require "#{Rails.root}/spec/support/blueprints"
<%- else -%>
# Load the blueprints from over in test.
require "#{Rails.root}/test/blueprints"
<%- end -%>

# Reset the Machinist cache before each scenario.
Before { Machinist.reset_before_test }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
machinist-2.0.0.beta2 lib/generators/machinist/install/templates/machinist.rb.erb
machinist-2.0.0.beta1 lib/generators/machinist/install/templates/machinist.rb.erb