Parent

Object

Public Instance Methods

create_users() click to toggle source
# File lib/test_extensions.rb, line 5
def create_users
  User.all.each { |u| u.remove }
  FactoryGirl.create :user
  FactoryGirl.create :piousbox
end
init_sitemap() click to toggle source
# File spec/sitemaps_tasks_spec.rb, line 64
def init_sitemap
    @request.host = 'travel-guide.mobi'
    get :sitemap, :domainname => 'travel-guide.mobi', :locale => :en, :format => :xml
    response.should be_success
end
puts!(args) click to toggle source
# File lib/wikitravel_tasks.rb, line 133
def puts! args
  puts '+++ +++'
  puts args.inspect
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.