Skip to content

Commit

Permalink
update rake spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Feb 5, 2018
1 parent cc945a8 commit e28c8eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:"spec:library") do |t|
t.exclude_pattern = 'spec/**/monkey_spec.rb'
t.rspec_opts = "--tag ~skip_library"
end

RSpec::Core::RakeTask.new(:"spec:monkey_patch") do |t|
Expand Down

0 comments on commit e28c8eb

Please sign in to comment.