require 'spec_helper'
require 'jendle'

describe Jendle do
  it "should have a VERSION constant" do
    expect(subject.const_get('VERSION')).to_not be_empty
  end
end