Sha256: c64563166fdd25035f78b537fd5c011aa7f2c01a8013bfa7e46ff855a0f7e187
Contents?: true
Size: 804 Bytes
Versions: 2
Compression:
Stored size: 804 Bytes
Contents
Description: This is the rspec:integration_spec generator. It is also available as a global executable rspec_integration_spec. This generator creates an integration specification for a Rails application. The generator creates an integration specification in spec/integration with the name of the controller postfixed with _spec. Like any other RSpec specification, the spec is a ruby file with a standard .rb extension. Example: Generator ./script/generate rspec:integration_spec person This will create an integration specification for person: Spec: spec/integration/people_spec.rb Example: Executable rspec_integration_spec person This will create an integration specification for person: Spec: spec/integration/people_spec.rb
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec_rails3_gen-0.2.2 | lib/generators/rspec/integration_spec/USAGE |
rspec_rails3_gen-0.2.0 | lib/generators/rspec/integration_spec/USAGE |