Sha256: 5cd1f3a92114e919785a132ffdfaa2772965ab48f99e6f013b6b27a3176bb60c

Contents?: true

Size: 522 Bytes

Versions: 6

Compression:

Stored size: 522 Bytes

Contents

If you type script/rails generate, the only RSpec generator you'll actually see
is rspec:install. That's because RSpec is registered with Rails as the test
framework, so whenever you generate application components like models,
controllers, etc, RSpec specs are generated instead of Test::Unit tests.

Note that the generators are there to help you get started, but they are no
substitute for writing your own examples, and they are only guaranteed to work
out of the box for the default scenario (ActiveRecord + Webrat).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rspec-rails-2.6.0.rc6 features/Generators.md
rspec-rails-2.6.0.rc4 features/Generators.md
rspec-rails-2.6.0.rc2 features/Generators.md
rspec-rails-2.5.0 features/Generators.md
rspec-rails-2.4.1 features/Generators.md
rspec-rails-2.4.0 features/Generators.md