Class: Covalence::Helpers::SpecDependencies
- Inherits:
-
Object
- Object
- Covalence::Helpers::SpecDependencies
- Defined in:
- lib/covalence/helpers/spec_dependencies.rb
Class Method Summary collapse
Class Method Details
.check_dependencies ⇒ Object
14 15 16 17 18 |
# File 'lib/covalence/helpers/spec_dependencies.rb', line 14 def self.check_dependencies self.dependencies.each do |name, requirement| Gem::Specification.find_by_name(name, requirement) end end |
.dependencies ⇒ Object
7 8 9 10 11 12 |
# File 'lib/covalence/helpers/spec_dependencies.rb', line 7 def self.dependencies { "ci_reporter_rspec" => "~> 1.0.0", "rspec" => "~> 3.5" } end |