Sha256: 1232a4b862fc7982ea7bd9ffa068c733a672d911f353c9ab88a83b735ec85e91

Contents?: true

Size: 308 Bytes

Versions: 8

Compression:

Stored size: 308 Bytes

Contents

require 'spec_helper'

describe "library_groups/edit" do
  before(:each) do
    @library_group = LibraryGroup.site_config
    @available_languages = Language.where(iso_639_1: I18n.available_locales.map{|l| l.to_s})
    @countries = Country.all
  end

  it "renders attributes in <p>" do
    render
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_library-0.2.0.beta.8 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.7 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.6 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.5 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.4 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.3 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.2 spec/views/library_groups/edit.html.erb_spec.rb
enju_library-0.2.0.beta.1 spec/views/library_groups/edit.html.erb_spec.rb