waterfoul/spec/waterfoul_spec.rb
2016-05-08 17:20:05 +10:00

7 lines
131 B
Ruby

require 'spec_helper'
describe Waterfoul do
it 'has a version number' do
expect(Waterfoul::VERSION).not_to be nil
end
end