mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-11-15 19:47:58 +01:00
7 lines
131 B
Ruby
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
|