Class: RSpec::RailsApp::Artifact::Matchers::GenerateArtifacts
- Inherits:
-
HaveArtifacts
- Object
- HaveArtifacts
- RSpec::RailsApp::Artifact::Matchers::GenerateArtifacts
- Defined in:
- lib/generator-spec/rspec/matchers/generate_artifacts.rb
Instance Method Summary collapse
-
#initialize(artifact_type, *names) ⇒ GenerateArtifacts
constructor
A new instance of GenerateArtifacts.
- #matches?(generator, &block) ⇒ Boolean
Constructor Details
#initialize(artifact_type, *names) ⇒ GenerateArtifacts
Returns a new instance of GenerateArtifacts.
4 5 6 |
# File 'lib/generator-spec/rspec/matchers/generate_artifacts.rb', line 4 def initialize(artifact_type, *names) super end |