Skip to content

Commit

Permalink
[BUGFIX] Un-mark a passing, pending spec
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 1, 2012
1 parent 7f3077f commit 82dc8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby_speech/grxml/grammar_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module GRXML

it { should be_instance_of Grammar }

its(:language) { pending; should == 'jp' }
its(:language) { should == 'jp' }
its(:base_uri) { should == 'blah' }
its(:mode) { should == :dtmf }
its(:root) { should == 'main_rule' }
Expand Down

0 comments on commit 82dc8b4

Please sign in to comment.