Skip to content

Commit

Permalink
Add RSpec as a development dependency and create the .rspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk Pristavka committed Jan 10, 2014
1 parent f058b3c commit 76011d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
--format documentation
--fail-fast
1 change: 1 addition & 0 deletions edicy-dtk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'

spec.add_runtime_dependency 'liquid', '~> 2.5.3'
spec.add_runtime_dependency 'gli'
Expand Down

0 comments on commit 76011d8

Please sign in to comment.