Sha256: 5b263952b00c3512a19658dc124e746ed24bd452b2c7381b78d9732c9e0b189d
Contents?: true
Size: 250 Bytes
Versions: 15
Compression:
Stored size: 250 Bytes
Contents
require 'spec_helper' module Cucumber describe Constantize do include Constantize it "loads html formatter" do clazz = constantize('Cucumber::Formatter::Html') clazz.name.should == 'Cucumber::Formatter::Html' end end end
Version data entries
15 entries across 15 versions & 4 rubygems