Sha256: 9f4e4d51b6f405ccf243d2b584d5a525891cff786184b0556fd5e42875b91b3e
Contents?: true
Size: 995 Bytes
Versions: 13
Compression:
Stored size: 995 Bytes
Contents
Feature: checks for rails best practices advices In order to get rails advices As a ruby developer I want to run warder with --rails-advice option Scenario: run warder with enabled rails advice option Given I have valid_rails_app project in directory And I am on project directory When I run `warder --rails-advice` Then warder detects rails best practices issues Then the exit status should be 0 Scenario: run warder with enabled rails advice option on invalid project Given I have invalid_rails_app project in directory And I am on project directory When I run `warder --rails-advice` Then warder detects rails best practices issues Then the exit status should be 1 Scenario: run warder with disabled rails advice option on invalid project Given I have invalid_rails_app project in directory And I am on project directory When I run `warder --no-rails-advice` Then warder does nothing Then the exit status should be 0
Version data entries
13 entries across 13 versions & 1 rubygems