turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

Fix detection of spaces when expression starts with '::', e.x. "#{::Rails.root}" #82

Closed sergio-fry closed 12 years ago

sergio-fry commented 13 years ago
it "should be OK when substituting a module class" do
  line = create_file_line '#{::Rails.root}', __LINE__
  line.spacing_problems.should == 0
end