Skip to content

Commit

Permalink
autospec again..
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Oct 6, 2008
1 parent 503f4e5 commit a586aa7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .autotest
@@ -1,5 +1,5 @@
# #
# SMS C AUTOTEST
# SUBTITLE IT AUTOTEST
#
#
Autotest.add_hook :initialize do |at|
Expand All @@ -19,12 +19,12 @@ Autotest.add_hook :initialize do |at|
filename
end

# at.add_mapping(%r{^lib/active_sms/(.+)\.rb$}) do |_,match|
# [ "spec/unit/#{match[1]}_spec.rb" ] +
# at.files_matching(%r{^spec/integration/.+_spec\.rb$})
# end
at.add_mapping(%r{^lib/subtitle_it/(.+)\.rb$}) do |_,match|
[ "spec/subtitle_it/#{match[1]}_spec.rb" ] +
at.files_matching(%r{^spec/integration/.+_spec\.rb$})
end

# at.add_mapping(%r{^spec/spec_helper\.rb$}) do
# at.files_matching(%r{^spec/.+_spec\.rb$})
#end
at.add_mapping(%r{^spec/spec_helper\.rb$}) do
at.files_matching(%r{^spec/.+_spec\.rb$})
end
end

0 comments on commit a586aa7

Please sign in to comment.