0
0
Fork 0
rubella/spec/unit/rubella/output/ascii/used_symbols_spec.rb

12 lines
243 B
Ruby

require 'spec_helper'
describe Rubella::Output::ASCII, '.used_symbols' do
it "returns the name of the current set of symbols" do
output = Rubella::Output::ASCII.new nil
expect(output.used_symbols).to eq('shades_ascii')
end
end