OSDN Git Service

rename lisence to license
[pettanr/pettanr.git] / spec / views / common_licenses / show.html.erb_spec.rb
diff --git a/spec/views/common_licenses/show.html.erb_spec.rb b/spec/views/common_licenses/show.html.erb_spec.rb
new file mode 100644 (file)
index 0000000..5c2d07e
--- /dev/null
@@ -0,0 +1,11 @@
+require 'spec_helper'
+
+describe "common_licenses/show.html.erb" do
+  before(:each) do
+    @common_license = assign(:common_license, stub_model(CommonLicense))
+  end
+
+  it "renders attributes in <p>" do
+    render
+  end
+end