pagify 0.7.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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