Sha256: d603b580869272cce42fefbb7b9f988297f1c521141a5bee93764a26560e1350
Contents?: true
Size: 536 Bytes
Versions: 9
Compression:
Stored size: 536 Bytes
Contents
Description: Generates a base spec_helper.rb for inclusion in the various other versions. If a SPEC_TYPE is specified a specific helper for that type will be generated. Example: rails generate harness_spec_helper This will create: spec/spec_helper.rb spec/support/.keep .rspec Example: rails generate harness_spec_helper models This will create: spec/spec_helper.rb spec/support/.keep .rspec spec/models_spec_helper.rb spec/support_models/.keep spec/models/.keep app/models/.keep
Version data entries
9 entries across 9 versions & 1 rubygems