diff options
| author | mokha <mokha@cisco.com> | 2019-04-15 11:28:06 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-04-15 11:28:06 -0600 |
| commit | f6a536c572be101dcf6a2e1a8daca448f7ce5a0a (patch) | |
| tree | 75a9a89b693e54c9b7a1e2a62414749046980747 /spec/baku_spec.rb | |
initial commit
Diffstat (limited to 'spec/baku_spec.rb')
| -rw-r--r-- | spec/baku_spec.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/baku_spec.rb b/spec/baku_spec.rb new file mode 100644 index 0000000..0790c70 --- /dev/null +++ b/spec/baku_spec.rb @@ -0,0 +1,9 @@ +RSpec.describe Baku do + it "has a version number" do + expect(Baku::VERSION).not_to be nil + end + + it "does something useful" do + expect(false).to eq(true) + end +end |
