repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Extensive Namespacing of model specs
[merb_mart.git]
/
spec
/
models
/
mart
/
store
/
product_image_spec.rb
blob
99509a3a9861369f3daeaa2d9e8ac27b242f3a3a
1
require File.join( File.dirname(__FILE__), "..", "spec_helper" )
2
3
describe Mart::Store::ProductImage do
4
5
describe "associations" do
6
it "should belong to a product"
7
it "should belong to an image"
8
end
9
10
end