class MiniTest::Spec

def remove_views

def remove_views
  FileUtils.rm_rf(File.dirname(__FILE__) + "/views")
end