Commit 4c93857

mo <mo.khan@gmail.com>
2019-07-23 18:28:36
fix broken spec
1 parent fb6a16e
Changed files (1)
spec/examine_spec.rb
@@ -1,9 +1,3 @@
 RSpec.describe Examine do
-  it "has a version number" do
-    expect(Examine::VERSION).not_to be nil
-  end
-
-  it "does something useful" do
-    expect(false).to eq(true)
-  end
+  specify { expect(Examine::VERSION).not_to be_nil }
 end