Sha256: fcaedf138f763e4e4183109529cd3e3686aace4b1965e3b674d5e504755ca5d6
Contents?: true
Size: 387 Bytes
Versions: 1
Compression:
Stored size: 387 Bytes
Contents
require 'spec_helper' RSpec.describe Guard::Yardstick do subject(:guard) { Guard::Yardstick.new(options) } let(:options) { {} } describe '#options' do subject { super().options } context 'by default' do let(:options) { {} } describe '[:all_on_start]' do subject { super()[:all_on_start] } it { should be_truthy } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
guard-yardstick-0.0.3 | spec/yardstick_spec.rb |