Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Oct 13, 2013
1 parent d40575a commit 0ae88f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/paper_house/static_library_task_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ module PaperHouse
end

context %{with "libtest"} do
let( :name ) { "libtest" }

context "when StaticLibraryTask named :libtest is defined" do
before { StaticLibraryTask.new :libtest }
let( :name ) { "libtest" }

it { expect( subject ).to be_a StaticLibraryTask }
end
Expand Down Expand Up @@ -103,6 +104,7 @@ module PaperHouse
end
end


### Local variables:
### mode: Ruby
### coding: utf-8-unix
Expand Down

0 comments on commit 0ae88f8

Please sign in to comment.