Skip to content

Commit

Permalink
• Removed 'sprout' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregory committed May 8, 2011
1 parent 7187b5a commit 4385506
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -7,11 +7,11 @@ require 'rake'
require 'rake/clean'
require 'rake/testtask'

require File.join(File.dirname(__FILE__), 'sprout', 'lib', 'flexunit4')
require File.join(File.dirname(__FILE__), 'lib', 'flexunit4')

Rake::TestTask.new(:test) do |t|
t.libs << "sprout/test/unit"
t.test_files = FileList["sprout/test/unit/*_test.rb"]
t.libs << "test/unit"
t.test_files = FileList["test/unit/*_test.rb"]
t.verbose = true
end

Expand Down
2 changes: 1 addition & 1 deletion flexunit4.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "FlexUnit 4 is meta-data driven allowing you to have extreme freedom and ease when creating tests."
s.rubyforge_project = "sprout-flexunit"
s.required_rubygems_version = ">= 1.3.7"
s.require_path = "sprout/lib"
s.require_path = "lib"
s.files = FileList["**/*"].exclude /docs|.DS_Store|generated|.svn|.git|airglobal.swc|airframework.swc/
end

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4385506

Please sign in to comment.