OSDN Git Service

added spec arc
authornomeu <nomeu@users.sourceforge.jp>
Sat, 26 Jun 2010 15:18:27 +0000 (00:18 +0900)
committernomeu <nomeu@users.sourceforge.jp>
Sat, 26 Jun 2010 15:18:27 +0000 (00:18 +0900)
spec/fixtures/arcs.yml [new file with mode: 0644]
spec/models/arc_spec.rb [new file with mode: 0644]

diff --git a/spec/fixtures/arcs.yml b/spec/fixtures/arcs.yml
new file mode 100644 (file)
index 0000000..0ff5bb0
--- /dev/null
@@ -0,0 +1,9 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+
+one:
+  id: 1
+  code: "up0675"
+
+two:
+  id: 2
+  code: "up0679"
diff --git a/spec/models/arc_spec.rb b/spec/models/arc_spec.rb
new file mode 100644 (file)
index 0000000..948c6a8
--- /dev/null
@@ -0,0 +1,4 @@
+require 'spec_helper'
+
+describe Arc do
+end