Commit 4c93857
Changed files (1)
spec
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