Sha256: 630d35007a9fa58b5a2752664bbc210a1312e3151e25aa6495d2e59744f1fe1f
Contents?: true
Size: 369 Bytes
Versions: 24
Compression:
Stored size: 369 Bytes
Contents
require File.expand_path('spec/spec_helper') describe Ruco::TMTheme do let(:theme){ Ruco::TMTheme.new('spec/fixtures/test.tmTheme') } it "parses foreground/background" do theme.foreground.should == '#4D4D4C' theme.background.should == '#FFFFFF' end it "parses rules" do theme.styles["keyword.operator.class"].should == ['#666969', nil] end end
Version data entries
24 entries across 24 versions & 1 rubygems