Skip to content

Commit

Permalink
Allow prerelease FFI::VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Aug 13, 2021
1 parent 111d151 commit 4d8fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ffi/ffi_spec.rb
Expand Up @@ -28,7 +28,7 @@

describe "VERSION" do
it "should be kind of version" do
expect( FFI::VERSION ).to match(/^\d+\.\d+.\d+$/)
expect( FFI::VERSION ).to match(/^\d+\.\d+.\d+/)
end
end
end

0 comments on commit 4d8fbd9

Please sign in to comment.