diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-03 22:27:16 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-03 22:27:16 +0200 | 
| commit | 2ee48c4f18470e733f244c659221e243ff998416 (patch) | |
| tree | 62949886912b3dc5eb9e000b211e7f45f17ed978 /spec | |
| download | edoors-ruby-2ee48c4f18470e733f244c659221e243ff998416.zip edoors-ruby-2ee48c4f18470e733f244c659221e243ff998416.tar.gz  | |
initial commit
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/evendoors_spec.rb | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/evendoors_spec.rb b/spec/evendoors_spec.rb new file mode 100644 index 0000000..e25e425 --- /dev/null +++ b/spec/evendoors_spec.rb @@ -0,0 +1,12 @@ +#! /usr/bin/env ruby +# -*- coding: UTF-8 -*- +# +require 'evendoors' +# +describe EvenDoors do +    # +    it "EvenDoors module should exxists" do +        expect{ EvenDoors }.not_to raise_error(NameError) +    end +    # +end  | 
