require 'spec_helper'
describe Jsonify do
  it('should be true') {expect(true).to be true}
end
