Sha256: ff09c9212536e973733930d84c138efc78536a57c4c3152482bac5a4568b2f58
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
require 'spec_helper' describe Action do it 'should have a version number' do expect(Action::VERSION).not_to be nil end it 'should do something useful' do expect(false).to be true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
action-0.0.0 | spec/action_spec.rb |