spec/zenlish_spec.rb in zenlish-0.2.05 vs spec/zenlish_spec.rb in zenlish-0.2.06

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + RSpec.describe Zenlish do - it "has a version number" do + it 'has a version number' do expect(Zenlish::VERSION).not_to be nil end end