require "spec_helper" RSpec.describe SimpleBind do it "has a version number" do expect(SimpleBind::VERSION).not_to be nil end end