pagify 0.7.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- # $Id$
2
-
3
- require File.join(File.dirname(__FILE__), %w[spec_helper])
4
-
5
- describe Pagify do
6
- end
7
-
8
- # EOF
@@ -1,17 +0,0 @@
1
- # $Id$
2
-
3
- require File.expand_path(
4
- File.join(File.dirname(__FILE__), %w[.. lib pagify]))
5
-
6
- Spec::Runner.configure do |config|
7
- # == Mock Framework
8
- #
9
- # RSpec uses it's own mocking framework by default. If you prefer to
10
- # use mocha, flexmock or RR, uncomment the appropriate line:
11
- #
12
- # config.mock_with :mocha
13
- # config.mock_with :flexmock
14
- # config.mock_with :rr
15
- end
16
-
17
- # EOF