DEBSOURCES
Skip Quicknav
sources / ruby-gravtastic / 3.2.6-2 / spec / helper.rb
1234567
$:.push File.join(File.dirname(__FILE__), '..', 'lib') require 'gravtastic' RSpec.configure do |config| config.mock_with :rr end