ferry 0.1.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,9 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe "connect" do
4
- context "connect" do
5
- it "id" do
6
- Post.by_year.map(&:text).should include("First post!")
7
- end
8
- end
9
- end
@@ -1,11 +0,0 @@
1
- Design.create(
2
- :design_id => 1,
3
- :product_id => 1,
4
- :account_id => 1,
5
- :account_file => "Reunion 2014",
6
- :save_method => "WWW",
7
- :total_units => 25,
8
- :has_upload => true,
9
- :created_at => DateTime.now,
10
- :updated_at => DateTime.now,
11
- :postal_code => 96822)
@@ -1,2 +0,0 @@
1
- class Design < ActiveRecord::Base
2
- end