Rakefile in pretty_face-0.1 vs Rakefile in pretty_face-0.2

- old
+ new

@@ -4,9 +4,10 @@ require 'rspec/core/rake_task' Cucumber::Rake::Task.new(:features, "Run all features") do |t| t.profile = 'default' end + RSpec::Core::RakeTask.new(:spec) do |spec| spec.ruby_opts = "-I lib:spec" spec.pattern = 'spec/**/*_spec.rb' end task :spec