Skip to content

Commit

Permalink
rename rspec to stories
Browse files Browse the repository at this point in the history
  • Loading branch information
ivey committed Mar 5, 2008
1 parent 7e68445 commit 2c46b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,7 +5,7 @@ windows = (PLATFORM =~ /win32|cygwin/) rescue nil

SUDO = windows ? "" : "sudo"

gems = %w[merb_activerecord merb_datamapper merb_helpers merb_sequel merb_param_protection merb_rspec merb_test_unit]
gems = %w[merb_activerecord merb_datamapper merb_helpers merb_sequel merb_param_protection merb_test_unit merb_stories]

orm_gems = %w[merb_activerecord merb_datamapper merb_sequel]

Expand Down Expand Up @@ -39,4 +39,4 @@ task :bundle do
sh %{cp #{gem}/pkg/#{gem}-#{$1}.gem bundle/}
end
end
end
end

0 comments on commit 2c46b4b

Please sign in to comment.