Skip to content

Commit

Permalink
Autotest likes Rspec, not RSpec
Browse files Browse the repository at this point in the history
Closes #56.
  • Loading branch information
dchelimsky committed May 18, 2010
1 parent 273e124 commit b405234
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/autotest/rails_rspec2.rb
Expand Up @@ -72,5 +72,5 @@
}
end

class Autotest::RailsRSpec2 < Autotest::RSpec2
class Autotest::RailsRspec2 < Autotest::Rspec2
end
1 change: 1 addition & 0 deletions lib/rspec/rails.rb
@@ -1,3 +1,4 @@
require 'rspec/core'
require 'rspec/rails/monkey'
require 'rspec/rails/extensions'
require 'rspec/rails/null_resolver'
Expand Down
2 changes: 0 additions & 2 deletions lib/rspec/rails/transactional_database_support.rb
@@ -1,5 +1,3 @@
require 'rspec/core'

module RSpec
module Rails
module TransactionalDatabaseSupport
Expand Down
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-05-16}
s.date = %q{2010-05-18}
s.description = %q{RSpec-2 for Rails-3}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit b405234

Please sign in to comment.