Sha256: 81adb0a5d97b586845f6aaf7d9b66f1981708df72540e07b45ad200249a33ad3
Contents?: true
Size: 272 Bytes
Versions: 7
Compression:
Stored size: 272 Bytes
Contents
# -*- coding: utf-8 -*- $KCODE='u' # Autotestを実行するためのスクリプトです。 # see http://rails.aizatto.com/2007/11/19/autotest-ing-your-rails-plugin/ # $:.push(File.join(File.dirname(__FILE__), %w[.. .. rspec])) Autotest.add_discovery do "rspec" end
Version data entries
7 entries across 7 versions & 1 rubygems