spec/zenlish/lang/zenlish_grammar_spec.rb in zenlish-0.2.05 vs spec/zenlish/lang/zenlish_grammar_spec.rb in zenlish-0.2.06
- old
+ new
@@ -2,11 +2,11 @@
require_relative '../../spec_helper' # Use the RSpec framework
require_relative '../../../lib/zenlish/lang/zenlish_grammar' # Load the class under test
module Zenlish
- module Parser
+ module Lang
describe ZenlishGrammar do
subject { ZenlishGrammar }
context 'Initialization:' do
it 'should know its terminal symbols' do
@@ -16,6 +16,6 @@
context 'Provided services:' do
end # context
end # describe
end # module
-end # module
\ No newline at end of file
+end # module