aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/neptune_export_spec.rb
blob: a96c4c46bbd07b66c04452f848962e32c5718b30 (plain)
1
2
3
4
5
6
7
8
9
10
# require 'spec_helper'

# describe NeptuneExport, :type => :model do

#   describe '#export_options' do
#     subject { super().export_options }
#     it { is_expected.to include(:format => :neptune) }
#   end
  
# end