Module: DirectBind::RSpecHelper

Includes:
RSpec::Matchers
Defined in:
lib/direct_bind/rspec_helper.rb

Class Method Summary collapse

Class Method Details

.expect_direct_bind_version_to_be_up_to_date_in(native_extension_module) ⇒ Object



35
36
37
# File 'lib/direct_bind/rspec_helper.rb', line 35

def self.expect_direct_bind_version_to_be_up_to_date_in(native_extension_module)
  expect(native_extension_module::DirectBind::VERSION).to eq ::DirectBind::VERSION
end