Sha256: f7002c76feedab2d23fdb9086251d0a800c194f88c80fe5c40a0d828a63d61c8
Contents?: true
Size: 1.01 KB
Versions: 12
Compression:
Stored size: 1.01 KB
Contents
Feature: checks for rails related issues In order to find rails related issues As a ruby developer I want to run warder with --rails option Scenario: run warder with enabled rails option Given I have valid_rails_app project in directory And I am on project directory When I run `warder --rails` Then warder detects rails best practices issues Then warder detects rails security issues Then the exit status should be 0 Scenario: run warder with enabled rails option on invalid project Given I have invalid_rails_app project in directory And I am on project directory When I run `warder --rails` Then warder detects rails best practices issues Then warder detects rails security issues Then the exit status should be 2 Scenario: run warder with disabled rails 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` Then warder does nothing Then the exit status should be 0
Version data entries
12 entries across 12 versions & 1 rubygems