Sha256: b4534e9e943df10006762f78f8bd2d2f29a2874269f1bae9c47fee571a56515c
Contents?: true
Size: 253 Bytes
Versions: 3
Compression:
Stored size: 253 Bytes
Contents
require 'spec_helper' require 'support/query_string' RSpec.describe Support::QueryString do subject { described_class.new('hello') } it 'permits querying' do expect(subject.hello?).to be true expect(subject.goodbye?).to be false end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rail-0.1.1 | spec/lib/support/query_string_spec.rb |
rail-0.1.0 | spec/lib/support/query_string_spec.rb |
rail-0.0.8 | spec/lib/support/query_string_spec.rb |