Skip to content

Commit

Permalink
Organize files in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Pohorecki committed Jul 25, 2013
1 parent 4d797c4 commit 97f2c0b
Show file tree
Hide file tree
Showing 92 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lib/bogus.rb
Expand Up @@ -3,10 +3,10 @@
require 'set'

require_relative 'bogus/takes'
require_relative 'bogus/record_interactions'
require_relative 'bogus/stubbing/record_interactions'
require_relative 'bogus/proxies_method_calls'
require_relative 'bogus/rspec_extensions'
require_relative 'bogus/rspec_adapter'
require_relative 'bogus/rspec/extensions'
require_relative 'bogus/rspec/adapter'

dir = File.realpath File.expand_path('../bogus', __FILE__)
Dir["#{dir}/**/*.rb"].sort.each do |path|
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,4 +1,4 @@
require_relative '../spec_helper'
require 'spec_helper'

describe Bogus::ConvertsNameToClass do
FooBarBaz = Class.new
Expand Down
File renamed without changes.
@@ -1,4 +1,4 @@
require_relative '../spec_helper'
require 'spec_helper'

describe Bogus::CreatesFakes do
let(:fake_class) { stub }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 97f2c0b

Please sign in to comment.