Sha256: 2c3fdfdc1f9b086aba86ae268eb801de7f065f0d5b726873906121a8e3c38a6c
Contents?: true
Size: 536 Bytes
Versions: 35
Compression:
Stored size: 536 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 with Rails' defaults (ActiveRecord, no Capybara or Webrat).
Version data entries
35 entries across 30 versions & 5 rubygems