Skip to content

Commit

Permalink
Cleanup spec subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Oct 31, 2015
1 parent 1e4b8f2 commit 4de72c6
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $LOAD_PATH.unshift(File.expand_path('..', File.dirname(__FILE__)))
require 'lib/generators/unread/migration/templates/migration.rb'
require 'spec/support/spec_migration.rb'

require 'spec/model/reader'
require 'spec/model/different_reader'
require 'spec/model/sti_reader'
require 'spec/model/email'
require 'spec/app/models/reader'
require 'spec/app/models/different_reader'
require 'spec/app/models/sti_reader'
require 'spec/app/models/email'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
require 'unread'
require 'generators/unread/migration/templates/migration.rb'

require 'model/reader'
require 'model/different_reader'
require 'model/sti_reader'
require 'model/email'
require 'app/models/reader'
require 'app/models/different_reader'
require 'app/models/sti_reader'
require 'app/models/email'

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4de72c6

Please sign in to comment.