lewstherin/cadinsor

View on GitHub
lib/generators/cadinsor/install/install_generator.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method install has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def install
    puts "I need rabl to work. Adding rabl to your gem file"
    gsub_file "Gemfile", /gem "rabl.*$/, ""
    append_to_file "Gemfile", "\ngem \"rabl\", \"~> 0.9\""
    Bundler.with_clean_env do
Severity: Minor
Found in lib/generators/cadinsor/install/install_generator.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status