Browse Source

build groups: finish renaming

dev
Andy Meneely 10 years ago
parent
commit
d1993eb14f
  1. 2
      lib/squib/api/groups.rb

2
lib/squib/api/groups.rb

@ -15,7 +15,7 @@ module Squib
# DSL method. See http://squib.readthedocs.org
def build grp = :all, &block
raise 'Please provide a block' unless block_given?
block.yield if groups.include? grp
block.yield if build_groups.include? grp
end
# DSL method. See http://squib.readthedocs.org

Loading…
Cancel
Save