Skip to content

Commit

Permalink
Only require *.rb files (rbx leaves *.rbc's lying around everywhere)
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Nov 28, 2010
1 parent 59fecca commit 6d557f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'dm-migrations'
require 'dm-validations'

Dir["#{Pathname(__FILE__).dirname.expand_path}/shared/*"].each { |file| require file }
Dir["#{Pathname(__FILE__).dirname.expand_path}/shared/*.rb"].each { |file| require file }

DataMapper::Spec.setup

Expand Down

0 comments on commit 6d557f4

Please sign in to comment.