spec/requests/tabulatrs_spec.rb in tabulatr-0.0.2 vs spec/requests/tabulatrs_spec.rb in tabulatr-0.0.3
- old
+ new
@@ -29,10 +29,9 @@
vendor1 = Vendor.create!(:name => "ven d'or", :active => true)
vendor2 = Vendor.create!(:name => 'producer', :active => true)
tag1 = Tag.create!(:title => 'foo')
tag2 = Tag.create!(:title => 'bar')
tag3 = Tag.create!(:title => 'fubar')
- name
describe "General data" do
it "works in general" do
get index_simple_products_path
response.status.should be(200)