Skip to content

Commit

Permalink
spec for previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed May 9, 2012
1 parent 05515a2 commit adff976
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/compatibilty_spec.rb
@@ -0,0 +1,8 @@
require 'spec_helper'

describe 'Compatibiliy layer' do
it %[should raise the correct error when a const is missing] do
lambda { Zookeeper::THISISANINVALIDCONST }.should raise_error(NameError)
end
end

0 comments on commit adff976

Please sign in to comment.