Created
November 8, 2010 01:40
-
-
Save brian-lc/667278 to your computer and use it in GitHub Desktop.
Test Gemfile that we will copy into our Rails app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugin_root = File.expand_path("../../..", __FILE__) | |
| self.instance_eval File.read("#{plugin_root}/Gemfile") #Copying in the gem file from the parent | |
| gem 'the_name_of_the_gem_goes_here', :path => plugin_root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment