Skip to content

Commit

Permalink
pruebas para evento, inicio, #17
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjcsr committed May 30, 2014
1 parent 30881be commit 4a5ce62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/models/evento_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'spec_helper'

describe Evento do

before do
@evento = Evento.new(nombre: "Evento1")
end

subject { @evento}

it { should respond_to(:nombre)}


end

0 comments on commit 4a5ce62

Please sign in to comment.