Skip to content

Commit

Permalink
Allow testing via the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jul 4, 2016
1 parent b83219f commit 3c4a727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -91,6 +91,7 @@ GEM
slop (3.6.0)
terminal-table (1.6.0)
thor (0.19.1)
yard (0.8.7.6)

PLATFORMS
ruby
Expand All @@ -108,6 +109,7 @@ DEPENDENCIES
pry
rake (~> 10.0)
rspec (~> 3.4)
yard (~> 0.8)

BUNDLED WITH
1.12.5
3 changes: 3 additions & 0 deletions danger-prose.gemspec
Expand Up @@ -19,6 +19,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'danger'

# Let's you test your plugin via the linter
spec.add_development_dependency "yard", '~> 0.8'

# General ruby development
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 3c4a727

Please sign in to comment.