Skip to content

Commit

Permalink
Use the already defined name in the integration spec
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Jul 10, 2013
1 parent 6d8aabb commit c9de5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
describe 'a typical substation application' do
subject { Demo::APP.call(name, input) }

let(:request) { Substation::Request.new(:create_person, env, input) }
let(:request) { Substation::Request.new(name, env, input) }
let(:name) { :create_person }
let(:env) { Demo::APP_ENV }

Expand Down

0 comments on commit c9de5ff

Please sign in to comment.