rspec-rails 1.2.7 → 1.2.7.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ require 'spec/rails'
|
|
7
7
|
|
8
8
|
# Requires supporting files with custom matchers and macros, etc,
|
9
9
|
# in ./support/ and its subdirectories.
|
10
|
-
Dir["#{File.dirname(
|
10
|
+
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
|
11
11
|
|
12
12
|
Spec::Runner.configure do |config|
|
13
13
|
# If you're not using ActiveRecord you should remove these
|
data/lib/spec/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.7
|
4
|
+
version: 1.2.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- RSpec Development Team
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-06-
|
12
|
+
date: 2009-06-23 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -238,7 +238,7 @@ licenses: []
|
|
238
238
|
post_install_message: |
|
239
239
|
**************************************************
|
240
240
|
|
241
|
-
Thank you for installing rspec-rails-1.2.7
|
241
|
+
Thank you for installing rspec-rails-1.2.7.1
|
242
242
|
|
243
243
|
If you are upgrading, do this in each of your rails apps
|
244
244
|
that you want to upgrade:
|
@@ -273,6 +273,6 @@ rubyforge_project: rspec
|
|
273
273
|
rubygems_version: 1.3.4
|
274
274
|
signing_key:
|
275
275
|
specification_version: 3
|
276
|
-
summary: rspec-rails 1.2.7
|
276
|
+
summary: rspec-rails 1.2.7.1
|
277
277
|
test_files: []
|
278
278
|
|