Sha256: 4820d9c8ca9fb39a53f8892db6ce2b9681579821baf62302c65b5d8bb94ade70
Contents?: true
Size: 245 Bytes
Versions: 4
Compression:
Stored size: 245 Bytes
Contents
require 'minimal_spec_helper' describe HighVoltage do it 'should be valid' do HighVoltage.should be_a(Module) end it 'should be loadable without preloading rails' do expect { require 'high_voltage' }.not_to raise_error end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
high_voltage-2.1.0 | spec/high_voltage_spec.rb |
high_voltage-2.0.0 | spec/high_voltage_spec.rb |
high_voltage-1.2.4 | spec/high_voltage_spec.rb |
high_voltage-1.2.3 | spec/high_voltage_spec.rb |