Navigation Menu

Skip to content

Commit

Permalink
Use lib/grntest directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 11, 2012
1 parent 5061e39 commit 2ed1cac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/grntest
Expand Up @@ -15,6 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

require "groonga/tester"
require "grntest/tester"

exit(Groonga::Tester.run)
exit(Grntest::Tester.run)
2 changes: 1 addition & 1 deletion lib/groonga/tester.rb → lib/grntest/tester.rb
Expand Up @@ -26,7 +26,7 @@
require "open-uri"
require "cgi/util"

module Groonga
module Grntest
class Tester
VERSION = "1.0.0"

Expand Down

0 comments on commit 2ed1cac

Please sign in to comment.