spec/tablecloth-rails_spec.rb in tablecloth-rails-1.0.100 vs spec/tablecloth-rails_spec.rb in tablecloth-rails-1.0.101
- old
+ new
@@ -1,11 +1,12 @@
+# encoding: utf-8
require 'spec_helper'
require 'semantic'
describe Tablecloth::Rails do
context 'VERSION constant' do
it 'is a valid SemVer string (semver.org)' do
version = Tablecloth::Rails::VERSION
- expect { Semantic::Version.new version }.to_not raise_error()
+ expect { Semantic::Version.new version }.to_not raise_error
end # it
end # context
end # describe