mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-27 21:58:55 +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
|