# HG changeset patch # User Michael Granger # Date 1630462160 25200 # Tue Aug 31 19:09:20 2021 -0700 # Node ID b584f193d110e18929c2883fe5d866a2dbaf322e # Parent e96018b0160024878daa4242a9b51f98f443ac93 Update manifest diff --git a/Manifest.txt b/Manifest.txt --- a/Manifest.txt +++ b/Manifest.txt @@ -4,6 +4,7 @@ lib/pushdown.rb lib/pushdown/automaton.rb lib/pushdown/exceptions.rb +lib/pushdown/spec_helpers.rb lib/pushdown/state.rb lib/pushdown/transition.rb lib/pushdown/transition/pop.rb @@ -11,6 +12,7 @@ lib/pushdown/transition/replace.rb lib/pushdown/transition/switch.rb spec/pushdown/automaton_spec.rb +spec/pushdown/spec_helpers_spec.rb spec/pushdown/state_spec.rb spec/pushdown/transition/pop_spec.rb spec/pushdown/transition/push_spec.rb