module RSpec::Yenta
Constants
- VERSION
Public Instance Methods
load_tasks(&config)
click to toggle source
Your code goes hereā¦
# File lib/rspec/yenta.rb, line 8 def load_tasks(&config) require "rake" TaskHelper.new(&config).install end