polygallery 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,6 +43,8 @@ describe 'Events:', :js => true do
43
43
  complete_the_form
44
44
  expect_success
45
45
  expect(Event.count).to eq 1
46
+ expect(Event.last.photos.count).to eq 0
47
+ expect(Event.last.custom_photos.count).to eq 0
46
48
  end
47
49
 
48
50
  it 'works when an image is attached' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polygallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith
@@ -244,7 +244,6 @@ files:
244
244
  - MIT-LICENSE
245
245
  - README.rdoc
246
246
  - Rakefile
247
- - app/assets/images/polygallery/thumbnail-missing.jpg
248
247
  - app/assets/javascripts/polygallery/application.js
249
248
  - app/assets/javascripts/polygallery/galleries.js
250
249
  - app/assets/javascripts/polygallery/init.js
@@ -603,6 +602,7 @@ files:
603
602
  - test/models/polygallery/photo_test.rb
604
603
  - test/polygallery_test.rb
605
604
  - test/test_helper.rb
605
+ - vendor/assets/images/polygallery/thumbnail-missing.jpg
606
606
  homepage: http://www.mackinleysmith.com/
607
607
  licenses:
608
608
  - MIT