From 95b4ff0f7f489e62a70cbafaf044019cacf54204 Mon Sep 17 00:00:00 2001 From: mokha Date: Mon, 15 Apr 2019 11:28:45 -0600 Subject: fix broken spec --- Gemfile.lock | 35 +++++++++++++++++++++++++++++++++++ spec/baku_spec.rb | 8 +------- 2 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..beb523c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,35 @@ +PATH + remote: . + specs: + baku (0.1.0) + +GEM + remote: https://rubygems.org/ + specs: + diff-lcs (1.3) + rake (10.5.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + +PLATFORMS + ruby + +DEPENDENCIES + baku! + bundler (~> 2.0) + rake (~> 10.0) + rspec (~> 3.0) + +BUNDLED WITH + 2.0.1 diff --git a/spec/baku_spec.rb b/spec/baku_spec.rb index 0790c70..ad5116d 100644 --- a/spec/baku_spec.rb +++ b/spec/baku_spec.rb @@ -1,9 +1,3 @@ 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 + specify { expect(Baku::VERSION).not_to be_nil } end -- cgit v1.2.3