Sha256: 500a62c5c15dcf754c910cc627ba2b65de9063360083f01c81a17fb79f8fcd2c
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
require "spec_helper" RSpec.describe Procurify::Emma::Ui do it "has a version number" do expect(Procurify::Emma::Ui::VERSION).not_to be nil end it "does something useful" do expect(false).to eq(true) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
procurify-emma-ui-0.1.0 | spec/procurify/emma/ui_spec.rb |