Sha256: b95bb2804a084922bb5952323c13add542f65ce05975f9255e14145e5a3177fd

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

require 'spec_helper'
module Gisele::Language
  describe "the Sexp grammar", "initially" do

    it 'matches true' do
      (sexp_grammar[:initially] === true).should be_true
    end

    it 'matches false' do
      (sexp_grammar[:initially] === false).should be_true
    end

    it 'matches nil' do
      (sexp_grammar[:initially] === nil).should be_true
    end

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
gisele-language-0.6.0 spec/language/grammar_sexp/test_initially.rb
gisele-language-0.5.1 spec/language/grammar_sexp/test_initially.rb
gisele-language-0.5.0 spec/language/grammar_sexp/test_initially.rb
gisele-0.5.0 spec/unit/language/grammar_sexp/test_initially.rb
gisele-0.4.0 spec/unit/language/grammar_sexp/test_initially.rb