spec/views/manifestations/index.html.erb_spec.rb in enju_biblio-0.2.3 vs spec/views/manifestations/index.html.erb_spec.rb in enju_biblio-0.2.4
- old
+ new
@@ -2,10 +2,10 @@
describe "manifestations/index" do
before(:each) do
@manifestations = assign(:manifestations,
Kaminari.paginate_array( [
- FactoryGirl.create(:manifestation),
+ FactoryBot.create(:manifestation),
], total_count: 1).page(1)
)
@index_agent = {}
@count = { query_result: 1 }
@reservable_facet = @carrier_type_facet = @language_facet = @library_facet = @pub_year_facet = []