spec/unit/pwsh/version_spec.rb in ruby-pwsh-0.10.3 vs spec/unit/pwsh/version_spec.rb in ruby-pwsh-0.11.0.rc.1
- old
+ new
@@ -2,9 +2,9 @@
require 'spec_helper'
RSpec.describe Pwsh do
it 'has a version number' do
- expect(described_class::VERSION).not_to be nil
- expect(described_class::VERSION).to be_a_kind_of(String)
+ expect(described_class::VERSION).not_to be_nil
+ expect(described_class::VERSION).to be_a(String)
end
end