Skip to content

Commit

Permalink
Enable flay.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Mar 17, 2015
1 parent 0960fcf commit aad30be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'trema', github: 'trema/trema_ruby', branch: 'develop'
group :development, :test do
gem 'aruba', require: false
gem 'cucumber', require: false
gem 'flay', require: false
gem 'flog', require: false
gem 'guard', require: false
gem 'guard-bundler', require: false
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ GEM
docile (1.1.5)
equalizer (0.0.9)
ffi (1.9.8)
flay (2.6.1)
ruby_parser (~> 3.0)
sexp_processor (~> 4.0)
flog (4.3.2)
ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.4)
Expand Down Expand Up @@ -193,6 +196,7 @@ DEPENDENCIES
codeclimate-test-reporter
coveralls
cucumber
flay
flog
guard
guard-bundler
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
task default: [:spec, :cucumber, :quality]
task quality: [:rubocop, :reek, :flog]
task quality: [:rubocop, :reek, :flog, :flay]
task travis: [:spec, :quality]

Dir.glob('tasks/*.rake').each { |each| import each }

0 comments on commit aad30be

Please sign in to comment.