Skip to content

Commit

Permalink
updated install to create test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrisher committed Oct 15, 2009
1 parent 14c8f94 commit 782ff49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ To read more about QUnit:
The source for this plugin is located on Github:
[http://github.com/mkrisher/qunit_for_rails/][]

The plugin can be installed using:
`script/plugin install git://github.com/mkrisher/qunit_for_rails.git`

Example
=======

Expand Down
3 changes: 3 additions & 0 deletions install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
FileUtils.cp File.dirname(__FILE__) + '/public/images/l_qunit.png', images_dir unless File.exists?(images_dir + "bg_secondaryNav_left.gif")
FileUtils.cp File.dirname(__FILE__) + '/public/images/l_qunit.png', images_dir unless File.exists?(images_dir + "bg_diagonalDarkBlue.gif")

# create the tests directory
FileUtils.mkdir js_dir + 'tests'

0 comments on commit 782ff49

Please sign in to comment.