spec/spec_helper.rb in dragonfly-ffmpeg-0.1.5 vs spec/spec_helper.rb in dragonfly-ffmpeg-0.1.6
- old
+ new
@@ -15,11 +15,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require 'rubygems'
-require 'bundler'
-Bundler.setup(:default, :test)
+#require 'bundler'
+#Bundler.setup(:default, :test)
require 'spork'
Spork.prefork do
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))