Skip to content

Commit

Permalink
Moving spec/integration to spec/functional since it just makes more s…
Browse files Browse the repository at this point in the history
…ense named that way.
  • Loading branch information
durran committed Jan 24, 2011
1 parent 16e5817 commit 8af3b6a
Show file tree
Hide file tree
Showing 48 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Rspec::Core::RakeTask.new("spec:unit") do |spec|
spec.pattern = "spec/unit/**/*_spec.rb"
end

Rspec::Core::RakeTask.new("spec:integration") do |spec|
spec.pattern = "spec/integration/**/*_spec.rb"
Rspec::Core::RakeTask.new("spec:functional") do |spec|
spec.pattern = "spec/functional/**/*_spec.rb"
end

Rspec::Core::RakeTask.new('spec:progress') do |spec|
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8af3b6a

Please sign in to comment.