diff options
Diffstat (limited to 'spec/yard')
| -rw-r--r-- | spec/yard/mruby_spec.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/yard/mruby_spec.rb b/spec/yard/mruby_spec.rb new file mode 100644 index 0000000..3b6f756 --- /dev/null +++ b/spec/yard/mruby_spec.rb @@ -0,0 +1,11 @@ +require 'spec_helper' + +describe Yard::Mruby do + it 'has a version number' do + expect(Yard::Mruby::VERSION).not_to be nil + end + + it 'does something useful' do + expect(false).to eq(true) + end +end |
