aboutsummaryrefslogtreecommitdiffstats
path: root/Manifest.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-10-18 16:49:51 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-18 16:49:51 -0700
commitab4d6668b462970b7fbb97a0a6257897577bc1c6 (patch)
treea52c939ceaf85a63bc7ea5d0b141f3c867eb14f6 /Manifest.txt
parent2d05a01ea2a5062f6b75bc855d6d5046c0e9652c (diff)
downloadrails-ab4d6668b462970b7fbb97a0a6257897577bc1c6.tar.gz
rails-ab4d6668b462970b7fbb97a0a6257897577bc1c6.tar.bz2
rails-ab4d6668b462970b7fbb97a0a6257897577bc1c6.zip
fisting manifest
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt56
1 files changed, 26 insertions, 30 deletions
diff --git a/Manifest.txt b/Manifest.txt
index 0c74e6932e..2b4828a471 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -1,3 +1,4 @@
+.autotest
History.txt
MIT-LICENSE.txt
Manifest.txt
@@ -74,33 +75,28 @@ lib/arel/visitors/order_clauses.rb
lib/arel/visitors/postgresql.rb
lib/arel/visitors/to_sql.rb
lib/arel/visitors/where_sql.rb
-spec/activerecord_compat_spec.rb
-spec/attributes/attribute_spec.rb
-spec/attributes_spec.rb
-spec/crud_spec.rb
-spec/delete_manager_spec.rb
-spec/insert_manager_spec.rb
-spec/nodes/count_spec.rb
-spec/nodes/delete_statement_spec.rb
-spec/nodes/equality_spec.rb
-spec/nodes/insert_statement_spec.rb
-spec/nodes/or_spec.rb
-spec/nodes/select_core_spec.rb
-spec/nodes/select_statement_spec.rb
-spec/nodes/sql_literal_spec.rb
-spec/nodes/sum_spec.rb
-spec/nodes/update_statement_spec.rb
-spec/select_manager_spec.rb
-spec/spec.opts
-spec/spec_helper.rb
-spec/support/check.rb
-spec/support/fake_record.rb
-spec/support/matchers.rb
-spec/support/matchers/be_like.rb
-spec/support/shared/tree_manager_shared.rb
-spec/table_spec.rb
-spec/update_manager_spec.rb
-spec/visitors/join_sql_spec.rb
-spec/visitors/oracle_spec.rb
-spec/visitors/postgres_spec.rb
-spec/visitors/to_sql_spec.rb
+test/attributes/test_attribute.rb
+test/nodes/test_count.rb
+test/nodes/test_delete_statement.rb
+test/nodes/test_equality.rb
+test/nodes/test_insert_statement.rb
+test/nodes/test_or.rb
+test/nodes/test_select_core.rb
+test/nodes/test_select_statement.rb
+test/nodes/test_sql_literal.rb
+test/nodes/test_sum.rb
+test/nodes/test_update_statement.rb
+test/support/fake_record.rb
+test/test_activerecord_compat.rb
+test/test_attributes.rb
+test/test_crud.rb
+test/test_delete_manager.rb
+test/test_helper.rb
+test/test_insert_manager.rb
+test/test_select_manager.rb
+test/test_table.rb
+test/test_update_manager.rb
+test/visitors/test_join_sql.rb
+test/visitors/test_oracle.rb
+test/visitors/test_postgres.rb
+test/visitors/test_to_sql.rb