OSDN Git Service

fix:js filer folder
[pettanr/pettanr.git] / spec / local_manifests / scroll_spec.rb
index 0a2dcf1..7761eeb 100644 (file)
@@ -145,7 +145,8 @@ describe Scroll do
     describe 'columnsに於いて' do
       before do
         @columns = @my_local_manifest.columns
-        @names = ['id', 'title', 'description', 'visible', 'author_id', 'created_at', 'updated_at']
+        @names = ['id', 'title', 'description', 'visible', 'author_id', 
+        'created_at', 'updated_at']
       end
       it 'これらのカラムが定義されている' do
         set_columns? @columns, @names
@@ -203,7 +204,9 @@ describe Scroll do
         expect(@column_names.size).to eq 4 + 3
       end
       it '順序が守られている' do
-        expect(@column_names).to eq ['id', 'title', 'description', 'visible', 'author_id', 'created_at', 'updated_at']
+        expect(@column_names).to eq ['id', 
+        'title', 'description', 'visible', 'author_id', 
+        'created_at', 'updated_at']
       end
     end
     describe 'extend_settingsに於いて' do