Skip to content

Instantly share code, notes, and snippets.

@tom-a
Last active August 29, 2015 14:08
Show Gist options
  • Save tom-a/e755ef93fef517eb3afd to your computer and use it in GitHub Desktop.
Save tom-a/e755ef93fef517eb3afd to your computer and use it in GitHub Desktop.
資料の回収具合を見える化するためのrspecファイル
Materials = '/data/materials'
describe File do
describe 'セッション1' do
example '資料1' do
file = File::open("#{Materials}/material1.pdf") do
end
end
example '資料2' do
file = File::open("#{Materials}/material2.pdf") do
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment