turboladen / tailor

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

Fix Build (RSpec 2 and formatters change) #158

Open kcdragon opened 10 years ago

kcdragon commented 10 years ago

This PR does two things:

After setting the RSpec version, I noticed that some formatter tests were failing because the const_get call was finding the Text module instead of the Tailor::Formatters:Text class. Text appears to be from another gem and is used here.