Sha256: 827c373edd6ef027a24e93207cf6cccbe1bd43da3d64b8dbed6f1dfe2b3a7af7
Contents?: true
Size: 343 Bytes
Versions: 5
Compression:
Stored size: 343 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe AppDiagram do describe 'extracting filenames' do describe 'without namespaces' do it 'should work with a simple name' do ad = AppDiagram.new ad.extract_class_name('app/models/test_this.rb').should == 'TestThis' end end end end
Version data entries
5 entries across 5 versions & 2 rubygems