#56 ✓invalid
paul (at 8thlight)

Move init.rb inside the Limelight module

Reported by paul (at 8thlight) | September 29th, 2008 @ 07:32 PM | in Limelight 0.4

In my specs for a Limelight app, I have the following lines in the spec_helper:

$: << File.expand_path(File.dirname(FILE) + "/../players") $: << File.expand_path(File.dirname(FILE) + "/../lib") $: << File.expand_path(File.dirname(FILE) + "/../")

require 'java' require 'rubygems' gem 'limelight' require 'init'

Both the limelight init and my productions init are now in the default module-space. So far it has worked out fine for me, but it is very confusing which one I am requiring.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Elegant UI Framework for Ruby

People watching this ticket

Pages