Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
Rename some spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsuya Noguchi committed Oct 5, 2012
1 parent 881f5cc commit eef1525
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion spec/reputation_system/base_spec.rb
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::Base do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::EvaluationMethods do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down
2 changes: 1 addition & 1 deletion spec/reputation_system/finder_methods_spec.rb
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::FinderMethods do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down
2 changes: 1 addition & 1 deletion spec/reputation_system/query_methods_spec.rb
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::QueryMethods do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::ReputationMethods do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down
Expand Up @@ -16,7 +16,7 @@

require 'spec_helper'

describe ActiveRecord::Base do
describe ReputationSystem::ScopeMethods do

before(:each) do
@user = User.create!(:name => 'jack')
Expand Down

0 comments on commit eef1525

Please sign in to comment.