Sha256: a7b26d7a34d605011f5994edc9e52a46e7f27af40833459cb655663895736c50
Contents?: true
Size: 346 Bytes
Versions: 75
Compression:
Stored size: 346 Bytes
Contents
require 'test_helper' module Vedeu module Colours describe Foregrounds do let(:described) { Vedeu::Colours::Foregrounds } describe '.foreground_colours' do subject { described.foreground_colours } it { subject.must_be_instance_of(described) } end end # Foregrounds end # Colours end # Vedeu
Version data entries
75 entries across 75 versions & 1 rubygems