waterfoul/spec/waterfoul_spec.rb

8 lines
131 B
Ruby
Raw Normal View History

2016-05-08 09:20:05 +02:00
require 'spec_helper'
describe Waterfoul do
it 'has a version number' do
expect(Waterfoul::VERSION).not_to be nil
end
end