Skip to content

Commit

Permalink
remove examples as they are not that helpful or well supported
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Feb 27, 2012
1 parent 7306dfe commit a32d313
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 355 deletions.
10 changes: 2 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,8 @@ namespace :test do
end
end

task :examples do
sh("export FOG_MOCK=false && bundle exec shindont examples")
# some don't provide mocks so we'll leave this out for now
# sh("export FOG_MOCK=true && bundle exec shindont examples")
end

task :test do # => :examples do
Rake::Task[:mock_tests].invoke && Rake::Task[:examples].invoke && Rake::Task[:real_tests].invoke
task :test do
Rake::Task[:mock_tests].invoke && Rake::Task[:real_tests].invoke
end

def tests(mocked)
Expand Down
83 changes: 0 additions & 83 deletions examples/compute_tests.rb

This file was deleted.

78 changes: 0 additions & 78 deletions examples/dns_tests.rb

This file was deleted.

186 changes: 0 additions & 186 deletions examples/storage_tests.rb

This file was deleted.

0 comments on commit a32d313

Please sign in to comment.