OSDN Git Service

import all source code
[pettanr/pettanr.git] / spec / requests / original_lisences_spec.rb
diff --git a/spec/requests/original_lisences_spec.rb b/spec/requests/original_lisences_spec.rb
new file mode 100644 (file)
index 0000000..6a01a21
--- /dev/null
@@ -0,0 +1,11 @@
+require 'spec_helper'
+
+describe "OriginalLisences" do
+  describe "GET /original_lisences" do
+    it "works! (now write some real specs)" do
+      # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
+      get original_lisences_path
+      response.status.should be(200)
+    end
+  end
+end