Rakefile in twitter-bootstrap-markup-rails-0.1.0 vs Rakefile in twitter-bootstrap-markup-rails-0.2.0
- old
+ new
@@ -5,15 +5,9 @@
require 'yard'
require 'yard/rake/yardoc_task'
task :default => :spec
-Rake::TestTask.new do |t|
- t.libs << "test"
- t.test_files = FileList['test/*_test.rb']
- t.verbose = true
-end
-
desc 'Test the plugin.'
RSpec::Core::RakeTask.new('spec') do |t|
t.pattern = FileList['spec/**/*_spec.rb']
end