Skip to content

Commit

Permalink
script to install gem locally for tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
cathoderay committed Jan 26, 2010
1 parent 03c93dc commit a3e079f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dep_local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

sudo gem uninstall selenium-extjs
rake package
sudo gem i pkg/selenium-extjs-0.0.1.gem

0 comments on commit a3e079f

Please sign in to comment.