mirror of
https://github.com/colby-swandale/waterfoul
synced 2025-01-01 06:20:32 +01:00
8 lines
131 B
Ruby
8 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
|