spec/unit/version_spec.rb in howitzer-1.0.2 vs spec/unit/version_spec.rb in howitzer-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
-require "spec_helper"
+require 'spec_helper'
-describe Howitzer do
+RSpec.describe Howitzer do
it { expect(subject.constants).to include(:VERSION) }
it 'should contains VERSION constant with correct format' do
expect(Howitzer::VERSION).to match(/^\d+\.\d+(\.\d+)?$/)
end
-end
+end
\ No newline at end of file