Sha256: 2aad859d293cd0bb188eabc15a9c4abac9cc1efb30fd9a1213c0f2d12747d44c
Contents?: true
Size: 472 Bytes
Versions: 18
Compression:
Stored size: 472 Bytes
Contents
# -*- coding: utf-8 -*- $LOAD_PATH.push '../lib' unless $LOAD_PATH.include?('../lib') module Woothee end describe Woothee do it "should be read from each modules correctly" do expect { require 'woothee/dataset' }.not_to raise_error() expect { require 'woothee' }.not_to raise_error() end it "has valid version" do expect { require 'woothee/version' }.not_to raise_error() expect(Woothee::VERSION).to match(/\A[0-9]+\.[0-9]+\.[0-9]+\z/) end end
Version data entries
18 entries across 18 versions & 1 rubygems